Html Css Color HEX #D62324 Fire Engine Red

📋 copy color: '#D62324'

red 214 ◦ green 35 ◦ blue 36

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

Shades of Fire Engine Red #D62324

Tints of Fire Engine Red #D62324

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.28%

 BLUE value IS 36 (14.45% from 255) = 12.63%

R = 75.09%
G = 12.28%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D62324 (or 0xD62324) is known color: Fire Engine Red. HEX triplet: D6, 23 and 24. RGB value is (214,35,36). Sum of RGB (Red+Green+Blue) = 214+35+36=285 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.09% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 36 (14.45% from 255 or 12.63% from 285); Max value from RGB is 214 - color contains mainly: red. Hex color #D62324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62324 is #29DCDB. Grayscale: #585858. Windows color (decimal): -2743516 or 2368470. OLE color: 2368470.

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

Color convert

RGB 214 35 36 -
CMYK 0 0.84 0.83 0.16
HSL 359.66º 0.72% 0.49% -
HSV(B) 359.66º 0.84% 0.84% -
XYZ 28.65 15.63 3.18 -
YUV 88.64 98.3 217.42 -
System Red Green Blue C M Y K H S L
Decimal 214 35 36 0 0.84 0.83 0.16 359.66 0.72 0.49
Hex D6 23 24 0 54 53 10 168 48 31
Octal 326 43 44 0 124 123 20 550 110 61
Binary 11010110 100011 100100 0 1010100 1010011 10000 101101000 1001000 110001

Color Harmonies of #D62324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62324

Black with #D62324

Text Example


Text Example

White with #D62324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62324; }

 p { color: rgb(214,35,36); }

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

background-color css

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

 a { background-color: rgb(214,35,36); }

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

border-color css

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

 span { border-color: rgb(214,35,36); }

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