Html Css Color HEX #D20C2B Fire Engine Red

📋 copy color: '#D20C2B'

red 210 ◦ green 12 ◦ blue 43

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

Shades of Fire Engine Red #D20C2B

Tints of Fire Engine Red #D20C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.23%

R = 79.25%
G = 4.53%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D20C2B (or 0xD20C2B) is known color: Fire Engine Red. HEX triplet: D2, 0C and 2B. RGB value is (210,12,43). Sum of RGB (Red+Green+Blue) = 210+12+43=265 (35% of max value = 765). Red value is 210 (82.42% from 255 or 79.25% from 265); Green value is 12 (5.08% from 255 or 4.53% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 210 - color contains mainly: red. Hex color #D20C2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20C2B is #2DF3D4. Grayscale: #4A4A4A. Windows color (decimal): -3011541 or 2821330. OLE color: 2821330.

HSL color Cylindrical-coordinate representation of color #D20C2B: hue angle of 350.61º 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 #D20C2B is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 12 43 -
CMYK 0 0.94 0.80 0.18
HSL 350.61º 0.89% 0.44% -
HSV(B) 350.61º 0.94% 0.82% -
XYZ 27.15 14.14 3.58 -
YUV 74.74 110.1 224.48 -
System Red Green Blue C M Y K H S L
Decimal 210 12 43 0 0.94 0.80 0.18 350.61 0.89 0.44
Hex D2 C 2B 0 5E 50 12 15F 59 2C
Octal 322 14 53 0 136 120 22 537 131 54
Binary 11010010 1100 101011 0 1011110 1010000 10010 101011111 1011001 101100

Color Harmonies of #D20C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20C2B

Black with #D20C2B

Text Example


Text Example

White with #D20C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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