Html Css Color HEX #D01424 Fire Engine Red

📋 copy color: '#D01424'

red 208 ◦ green 20 ◦ blue 36

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

Shades of Fire Engine Red #D01424

Tints of Fire Engine Red #D01424

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.58%

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

R = 78.79%
G = 7.58%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D01424 (or 0xD01424) is known color: Fire Engine Red. HEX triplet: D0, 14 and 24. RGB value is (208,20,36). Sum of RGB (Red+Green+Blue) = 208+20+36=264 (34% of max value = 765). Red value is 208 (81.64% from 255 or 78.79% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 208 - color contains mainly: red. Hex color #D01424 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01424 is #2FEBDB. Grayscale: #4E4E4E. Windows color (decimal): -3140572 or 2364624. OLE color: 2364624.

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

Color convert

RGB 208 20 36 -
CMYK 0 0.90 0.83 0.18
HSL 354.89º 0.82% 0.45% -
HSV(B) 354.89º 0.9% 0.82% -
XYZ 26.58 14.04 2.98 -
YUV 78.04 104.28 220.7 -
System Red Green Blue C M Y K H S L
Decimal 208 20 36 0 0.90 0.83 0.18 354.89 0.82 0.45
Hex D0 14 24 0 5A 53 12 163 52 2D
Octal 320 24 44 0 132 123 22 543 122 55
Binary 11010000 10100 100100 0 1011010 1010011 10010 101100011 1010010 101101

Color Harmonies of #D01424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01424

Black with #D01424

Text Example


Text Example

White with #D01424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01424; }

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

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

background-color css

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

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

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

border-color css

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

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

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