Html Css Color HEX #D20229 Fire Engine Red

📋 copy color: '#D20229'

red 210 ◦ green 2 ◦ blue 41

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

Shades of Fire Engine Red #D20229

Tints of Fire Engine Red #D20229

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

 BLUE value IS 41 (16.41% from 255) = 16.21%

R = 83%
G = 0.79%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D20229 (or 0xD20229) is known color: Fire Engine Red. HEX triplet: D2, 02 and 29. RGB value is (210,2,41). Sum of RGB (Red+Green+Blue) = 210+2+41=253 (33% of max value = 765). Red value is 210 (82.42% from 255 or 83.00% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 41 (16.41% from 255 or 16.21% from 253); Max value from RGB is 210 - color contains mainly: red. Hex color #D20229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20229 is #2DFDD6. Grayscale: #444444. Windows color (decimal): -3014103 or 2687698. OLE color: 2687698.

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

Color convert

RGB 210 2 41 -
CMYK 0 0.99 0.80 0.18
HSL 348.75º 0.98% 0.42% -
HSV(B) 348.75º 0.99% 0.82% -
XYZ 27 13.91 3.36 -
YUV 68.64 112.41 228.83 -
System Red Green Blue C M Y K H S L
Decimal 210 2 41 0 0.99 0.80 0.18 348.75 0.98 0.42
Hex D2 2 29 0 63 50 12 15D 62 2A
Octal 322 2 51 0 143 120 22 535 142 52
Binary 11010010 10 101001 0 1100011 1010000 10010 101011101 1100010 101010

Color Harmonies of #D20229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20229

Black with #D20229

Text Example


Text Example

White with #D20229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20229; }

 p { color: rgb(210,2,41); }

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

background-color css

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

 a { background-color: rgb(210,2,41); }

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

border-color css

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

 span { border-color: rgb(210,2,41); }

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