Html Css Color HEX #D02129 Fire Engine Red

📋 copy color: '#D02129'

red 208 ◦ green 33 ◦ blue 41

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

Shades of Fire Engine Red #D02129

Tints of Fire Engine Red #D02129

RGB

 RED value IS 208 (81.64% from 255) = 73.76%

 GREEN value IS 33 (13.28% from 255) = 11.7%

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

R = 73.76%
G = 11.7%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D02129 (or 0xD02129) is known color: Fire Engine Red. HEX triplet: D0, 21 and 29. RGB value is (208,33,41). Sum of RGB (Red+Green+Blue) = 208+33+41=282 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.76% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 41 (16.41% from 255 or 14.54% from 282); Max value from RGB is 208 - color contains mainly: red. Hex color #D02129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02129 is #2FDED6. Grayscale: #565656. Windows color (decimal): -3137239 or 2695632. OLE color: 2695632.

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

Color convert

RGB 208 33 41 -
CMYK 0 0.84 0.80 0.18
HSL 357.26º 0.73% 0.47% -
HSV(B) 357.26º 0.84% 0.82% -
XYZ 26.96 14.66 3.51 -
YUV 86.24 102.48 214.85 -
System Red Green Blue C M Y K H S L
Decimal 208 33 41 0 0.84 0.80 0.18 357.26 0.73 0.47
Hex D0 21 29 0 54 50 12 165 49 2F
Octal 320 41 51 0 124 120 22 545 111 57
Binary 11010000 100001 101001 0 1010100 1010000 10010 101100101 1001001 101111

Color Harmonies of #D02129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02129

Black with #D02129

Text Example


Text Example

White with #D02129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02129; }

 p { color: rgb(208,33,41); }

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

background-color css

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

 a { background-color: rgb(208,33,41); }

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

border-color css

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

 span { border-color: rgb(208,33,41); }

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