Html Css Color HEX #D61222 Fire Engine Red

📋 copy color: '#D61222'

red 214 ◦ green 18 ◦ blue 34

#D61222
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #D61222

Tints of Fire Engine Red #D61222

RGB

 RED value IS 214 (83.98% from 255) = 80.45%

 GREEN value IS 18 (7.42% from 255) = 6.77%

 BLUE value IS 34 (13.67% from 255) = 12.78%

R = 80.45%
G = 6.77%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D61222 (or 0xD61222) is known color: Fire Engine Red. HEX triplet: D6, 12 and 22. RGB value is (214,18,34). Sum of RGB (Red+Green+Blue) = 214+18+34=266 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.45% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 34 (13.67% from 255 or 12.78% from 266); Max value from RGB is 214 - color contains mainly: red. Hex color #D61222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61222 is #29EDDD. Grayscale: #4E4E4E. Windows color (decimal): -2747870 or 2233046. OLE color: 2233046.

HSL color Cylindrical-coordinate representation of color #D61222: hue angle of 355.1º 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 #D61222 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 18 34 -
CMYK 0 0.92 0.84 0.16
HSL 355.1º 0.84% 0.45% -
HSV(B) 355.1º 0.92% 0.84% -
XYZ 28.24 14.84 2.89 -
YUV 78.43 102.93 224.7 -
System Red Green Blue C M Y K H S L
Decimal 214 18 34 0 0.92 0.84 0.16 355.1 0.84 0.45
Hex D6 12 22 0 5C 54 10 163 54 2D
Octal 326 22 42 0 134 124 20 543 124 55
Binary 11010110 10010 100010 0 1011100 1010100 10000 101100011 1010100 101101

Color Harmonies of #D61222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61222

Black with #D61222

Text Example


Text Example

White with #D61222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61222; }

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

 H1.HeaderClassName
 {
   color: #D61222;
 }
 .AnyTagClassName
 {
   color: #D61222;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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