Html Css Color HEX #D20426 Fire Engine Red

📋 copy color: '#D20426'

red 210 ◦ green 4 ◦ blue 38

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

Shades of Fire Engine Red #D20426

Tints of Fire Engine Red #D20426

RGB

 RED value IS 210 (82.42% from 255) = 83.33%

 GREEN value IS 4 (1.95% from 255) = 1.59%

 BLUE value IS 38 (15.23% from 255) = 15.08%

R = 83.33%
G = 1.59%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D20426 (or 0xD20426) is known color: Fire Engine Red. HEX triplet: D2, 04 and 26. RGB value is (210,4,38). Sum of RGB (Red+Green+Blue) = 210+4+38=252 (33% of max value = 765). Red value is 210 (82.42% from 255 or 83.33% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 38 (15.23% from 255 or 15.08% from 252); Max value from RGB is 210 - color contains mainly: red. Hex color #D20426 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20426 is #2DFBD9. Grayscale: #454545. Windows color (decimal): -3013594 or 2491602. OLE color: 2491602.

HSL color Cylindrical-coordinate representation of color #D20426: hue angle of 350.1º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D20426 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 4 38 -
CMYK 0 0.98 0.82 0.18
HSL 350.1º 0.96% 0.42% -
HSV(B) 350.1º 0.98% 0.82% -
XYZ 26.97 13.93 3.1 -
YUV 69.47 110.25 228.24 -
System Red Green Blue C M Y K H S L
Decimal 210 4 38 0 0.98 0.82 0.18 350.1 0.96 0.42
Hex D2 4 26 0 62 52 12 15E 60 2A
Octal 322 4 46 0 142 122 22 536 140 52
Binary 11010010 100 100110 0 1100010 1010010 10010 101011110 1100000 101010

Color Harmonies of #D20426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20426

Black with #D20426

Text Example


Text Example

White with #D20426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20426; }

 p { color: rgb(210,4,38); }

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

background-color css

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

 a { background-color: rgb(210,4,38); }

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

border-color css

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

 span { border-color: rgb(210,4,38); }

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