Html Css Color HEX #D00629 Fire Engine Red

📋 copy color: '#D00629'

red 208 ◦ green 6 ◦ blue 41

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

Shades of Fire Engine Red #D00629

Tints of Fire Engine Red #D00629

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.35%

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

R = 81.57%
G = 2.35%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D00629 (or 0xD00629) is known color: Fire Engine Red. HEX triplet: D0, 06 and 29. RGB value is (208,6,41). Sum of RGB (Red+Green+Blue) = 208+6+41=255 (33% of max value = 765). Red value is 208 (81.64% from 255 or 81.57% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 41 (16.41% from 255 or 16.08% from 255); Max value from RGB is 208 - color contains mainly: red. Hex color #D00629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00629 is #2FF9D6. Grayscale: #464646. Windows color (decimal): -3144151 or 2688720. OLE color: 2688720.

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

Color convert

RGB 208 6 41 -
CMYK 0 0.97 0.80 0.18
HSL 349.6º 0.94% 0.42% -
HSV(B) 349.6º 0.97% 0.82% -
XYZ 26.48 13.7 3.35 -
YUV 70.39 111.42 226.15 -
System Red Green Blue C M Y K H S L
Decimal 208 6 41 0 0.97 0.80 0.18 349.6 0.94 0.42
Hex D0 6 29 0 61 50 12 15E 5E 2A
Octal 320 6 51 0 141 120 22 536 136 52
Binary 11010000 110 101001 0 1100001 1010000 10010 101011110 1011110 101010

Color Harmonies of #D00629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00629

Black with #D00629

Text Example


Text Example

White with #D00629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00629; }

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

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

background-color css

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

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

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

border-color css

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

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

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