Html Css Color HEX #D61324 Fire Engine Red

📋 copy color: '#D61324'

red 214 ◦ green 19 ◦ blue 36

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

Shades of Fire Engine Red #D61324

Tints of Fire Engine Red #D61324

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.06%

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

R = 79.55%
G = 7.06%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D61324 (or 0xD61324) is known color: Fire Engine Red. HEX triplet: D6, 13 and 24. RGB value is (214,19,36). Sum of RGB (Red+Green+Blue) = 214+19+36=269 (35% of max value = 765). Red value is 214 (83.98% from 255 or 79.55% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 36 (14.45% from 255 or 13.38% from 269); Max value from RGB is 214 - color contains mainly: red. Hex color #D61324 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61324 is #29ECDB. Grayscale: #4F4F4F. Windows color (decimal): -2747612 or 2364374. OLE color: 2364374.

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

Color convert

RGB 214 19 36 -
CMYK 0 0.91 0.83 0.16
HSL 354.77º 0.84% 0.46% -
HSV(B) 354.77º 0.91% 0.84% -
XYZ 28.28 14.89 3.05 -
YUV 79.24 103.6 224.12 -
System Red Green Blue C M Y K H S L
Decimal 214 19 36 0 0.91 0.83 0.16 354.77 0.84 0.46
Hex D6 13 24 0 5B 53 10 163 54 2E
Octal 326 23 44 0 133 123 20 543 124 56
Binary 11010110 10011 100100 0 1011011 1010011 10000 101100011 1010100 101110

Color Harmonies of #D61324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61324

Black with #D61324

Text Example


Text Example

White with #D61324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61324; }

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

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

background-color css

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

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

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

border-color css

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

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

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