Html Css Color HEX #D00C29 Fire Engine Red

📋 copy color: '#D00C29'

red 208 ◦ green 12 ◦ blue 41

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

Shades of Fire Engine Red #D00C29

Tints of Fire Engine Red #D00C29

RGB

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

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

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

R = 79.69%
G = 4.6%
B = 15.71%

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

#D00C29 (or 0xD00C29) is known color: Fire Engine Red. HEX triplet: D0, 0C and 29. RGB value is (208,12,41). Sum of RGB (Red+Green+Blue) = 208+12+41=261 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.69% from 261); Green value is 12 (5.08% from 255 or 4.60% from 261); Blue value is 41 (16.41% from 255 or 15.71% from 261); Max value from RGB is 208 - color contains mainly: red. Hex color #D00C29 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00C29 is #2FF3D6. Grayscale: #494949. Windows color (decimal): -3142615 or 2690256. OLE color: 2690256.

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

Color convert

RGB 208 12 41 -
CMYK 0 0.94 0.80 0.18
HSL 351.12º 0.89% 0.43% -
HSV(B) 351.12º 0.94% 0.82% -
XYZ 26.54 13.83 3.37 -
YUV 73.91 109.43 223.64 -
System Red Green Blue C M Y K H S L
Decimal 208 12 41 0 0.94 0.80 0.18 351.12 0.89 0.43
Hex D0 C 29 0 5E 50 12 15F 59 2B
Octal 320 14 51 0 136 120 22 537 131 53
Binary 11010000 1100 101001 0 1011110 1010000 10010 101011111 1011001 101011

Color Harmonies of #D00C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00C29

Black with #D00C29

Text Example


Text Example

White with #D00C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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