#d61221

Color #D61221 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #D61221

Tints of Fire Engine Red #D61221

Color information

#D61221 (or 0xD61221) is unknown color: approx Fire Engine Red. HEX triplet: D6, 12 and 21. RGB value is (214,18,33). Sum of RGB (Red+Green+Blue) = 214+18+33=265 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.75% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 33 (13.28% from 255 or 12.45% from 265); Max value from RGB is 214 - color contains mainly: red. Hex color #D61221 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61221 is #29EDDE. Grayscale: #4E4E4E. Windows color (decimal): -2747871 or 2167510. OLE color: 2167510.

HSL color Cylindrical-coordinate representation of color #D61221: hue angle of 355.41º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D61221 is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB2141833-
CMYK00.920.850.16
HSL355.41º84.48%45.49%-
HSV(B)355.41º91.59%83.92%-
XYZ28.2214.842.82-
YUV78.31102.43224.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 80.75%
GREEN value IS 18 (7.42% from 255) = 6.79%
BLUE value IS 33 (13.28% from 255) = 12.45%
R=80.75%
G=6.79%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.85
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214183300.920.850.16355.4184.4845.49
HexD6122105C5510163542d
Octal326224101341252054312455
Binary1101011010010100001010111001010101100001011000111010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d61221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d61221; }

 p { color: rgb(214,18,33); }

 H1.HeaderClassName
 {
   color: #d61221;
 }
 .AnyTagClassName
 {
   color: #d61221;
 }
</style>
background-color css

<style>
 a { background-color: #d61221; }

 a { background-color: rgb(214,18,33); }

 div.DivClassName
 {
   background-color: #d61221;
 }
 .BgClassName
 {
   background-color: #d61221;
 }
</style>
border-color css

<style>
 span { border-color: #d61221; }

 span { border-color: rgb(214,18,33); }

 td.TdClassName
 {
   border-color: #d61221;
 }
 .TagClassName
 {
   border-color: #d61221;
 }
</style>