Html Css Color HEX #D20C26 Fire Engine Red

📋 copy color: '#D20C26'

red 210 ◦ green 12 ◦ blue 38

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

Shades of Fire Engine Red #D20C26

Tints of Fire Engine Red #D20C26

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.62%

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

R = 80.77%
G = 4.62%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D20C26 (or 0xD20C26) is known color: Fire Engine Red. HEX triplet: D2, 0C and 26. RGB value is (210,12,38). Sum of RGB (Red+Green+Blue) = 210+12+38=260 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.77% from 260); Green value is 12 (5.08% from 255 or 4.62% from 260); Blue value is 38 (15.23% from 255 or 14.62% from 260); Max value from RGB is 210 - color contains mainly: red. Hex color #D20C26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20C26 is #2DF3D9. Grayscale: #4A4A4A. Windows color (decimal): -3011546 or 2493650. OLE color: 2493650.

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

Color convert

RGB 210 12 38 -
CMYK 0 0.94 0.82 0.18
HSL 352.12º 0.89% 0.44% -
HSV(B) 352.12º 0.94% 0.82% -
XYZ 27.06 14.1 3.13 -
YUV 74.17 107.6 224.89 -
System Red Green Blue C M Y K H S L
Decimal 210 12 38 0 0.94 0.82 0.18 352.12 0.89 0.44
Hex D2 C 26 0 5E 52 12 160 59 2C
Octal 322 14 46 0 136 122 22 540 131 54
Binary 11010010 1100 100110 0 1011110 1010010 10010 101100000 1011001 101100

Color Harmonies of #D20C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20C26

Black with #D20C26

Text Example


Text Example

White with #D20C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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