Html Css Color HEX #D20B2A Fire Engine Red

📋 copy color: '#D20B2A'

red 210 ◦ green 11 ◦ blue 42

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

Shades of Fire Engine Red #D20B2A

Tints of Fire Engine Red #D20B2A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.18%

 BLUE value IS 42 (16.8% from 255) = 15.97%

R = 79.85%
G = 4.18%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.8

 K value IS 0.18

RGB Variations

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

Color information

#D20B2A (or 0xD20B2A) is known color: Fire Engine Red. HEX triplet: D2, 0B and 2A. RGB value is (210,11,42). Sum of RGB (Red+Green+Blue) = 210+11+42=263 (34% of max value = 765). Red value is 210 (82.42% from 255 or 79.85% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 210 - color contains mainly: red. Hex color #D20B2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20B2A is #2DF4D5. Grayscale: #4A4A4A. Windows color (decimal): -3011798 or 2755538. OLE color: 2755538.

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

Color convert

RGB 210 11 42 -
CMYK 0 0.95 0.8 0.18
HSL 350.65º 0.9% 0.43% -
HSV(B) 350.65º 0.95% 0.82% -
XYZ 27.12 14.11 3.48 -
YUV 74.04 109.93 224.98 -
System Red Green Blue C M Y K H S L
Decimal 210 11 42 0 0.95 0.8 0.18 350.65 0.9 0.43
Hex D2 B 2A 0 5F 50 12 15F 5A 2B
Octal 322 13 52 0 137 120 22 537 132 53
Binary 11010010 1011 101010 0 1011111 1010000 10010 101011111 1011010 101011

Color Harmonies of #D20B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20B2A

Black with #D20B2A

Text Example


Text Example

White with #D20B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20B2A; }

 p { color: rgb(210,11,42); }

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

background-color css

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

 a { background-color: rgb(210,11,42); }

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

border-color css

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

 span { border-color: rgb(210,11,42); }

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