Html Css Color HEX #D02329 Fire Engine Red

📋 copy color: '#D02329'

red 208 ◦ green 35 ◦ blue 41

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

Shades of Fire Engine Red #D02329

Tints of Fire Engine Red #D02329

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.32%

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

R = 73.24%
G = 12.32%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D02329 (or 0xD02329) is known color: Fire Engine Red. HEX triplet: D0, 23 and 29. RGB value is (208,35,41). Sum of RGB (Red+Green+Blue) = 208+35+41=284 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.24% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 41 (16.41% from 255 or 14.44% from 284); Max value from RGB is 208 - color contains mainly: red. Hex color #D02329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02329 is #2FDCD6. Grayscale: #575757. Windows color (decimal): -3136727 or 2696144. OLE color: 2696144.

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

Color convert

RGB 208 35 41 -
CMYK 0 0.83 0.80 0.18
HSL 357.92º 0.71% 0.48% -
HSV(B) 357.92º 0.83% 0.82% -
XYZ 27.01 14.77 3.53 -
YUV 87.41 101.81 214.01 -
System Red Green Blue C M Y K H S L
Decimal 208 35 41 0 0.83 0.80 0.18 357.92 0.71 0.48
Hex D0 23 29 0 53 50 12 166 47 30
Octal 320 43 51 0 123 120 22 546 107 60
Binary 11010000 100011 101001 0 1010011 1010000 10010 101100110 1000111 110000

Color Harmonies of #D02329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02329

Black with #D02329

Text Example


Text Example

White with #D02329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02329; }

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

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

background-color css

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

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

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

border-color css

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

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

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