Html Css Color HEX #D01124 Fire Engine Red

📋 copy color: '#D01124'

red 208 ◦ green 17 ◦ blue 36

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

Shades of Fire Engine Red #D01124

Tints of Fire Engine Red #D01124

RGB

 RED value IS 208 (81.64% from 255) = 79.69%

 GREEN value IS 17 (7.03% from 255) = 6.51%

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

R = 79.69%
G = 6.51%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D01124 (or 0xD01124) is known color: Fire Engine Red. HEX triplet: D0, 11 and 24. RGB value is (208,17,36). Sum of RGB (Red+Green+Blue) = 208+17+36=261 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.69% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 36 (14.45% from 255 or 13.79% from 261); Max value from RGB is 208 - color contains mainly: red. Hex color #D01124 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01124 is #2FEEDB. Grayscale: #4C4C4C. Windows color (decimal): -3141340 or 2363856. OLE color: 2363856.

HSL color Cylindrical-coordinate representation of color #D01124: hue angle of 354.03º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D01124 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 17 36 -
CMYK 0 0.92 0.83 0.18
HSL 354.03º 0.85% 0.44% -
HSV(B) 354.03º 0.92% 0.82% -
XYZ 26.53 13.94 2.96 -
YUV 76.28 105.28 221.96 -
System Red Green Blue C M Y K H S L
Decimal 208 17 36 0 0.92 0.83 0.18 354.03 0.85 0.44
Hex D0 11 24 0 5C 53 12 162 55 2C
Octal 320 21 44 0 134 123 22 542 125 54
Binary 11010000 10001 100100 0 1011100 1010011 10010 101100010 1010101 101100

Color Harmonies of #D01124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01124

Black with #D01124

Text Example


Text Example

White with #D01124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01124; }

 p { color: rgb(208,17,36); }

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

background-color css

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

 a { background-color: rgb(208,17,36); }

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

border-color css

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

 span { border-color: rgb(208,17,36); }

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