Html Css Color HEX #D00529 Fire Engine Red

📋 copy color: '#D00529'

red 208 ◦ green 5 ◦ blue 41

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

Shades of Fire Engine Red #D00529

Tints of Fire Engine Red #D00529

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.97%

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

R = 81.89%
G = 1.97%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D00529 (or 0xD00529) is known color: Fire Engine Red. HEX triplet: D0, 05 and 29. RGB value is (208,5,41). Sum of RGB (Red+Green+Blue) = 208+5+41=254 (33% of max value = 765). Red value is 208 (81.64% from 255 or 81.89% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 41 (16.41% from 255 or 16.14% from 254); Max value from RGB is 208 - color contains mainly: red. Hex color #D00529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00529 is #2FFAD6. Grayscale: #454545. Windows color (decimal): -3144407 or 2688464. OLE color: 2688464.

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

Color convert

RGB 208 5 41 -
CMYK 0 0.98 0.80 0.18
HSL 349.36º 0.95% 0.42% -
HSV(B) 349.36º 0.98% 0.82% -
XYZ 26.47 13.68 3.34 -
YUV 69.8 111.75 226.57 -
System Red Green Blue C M Y K H S L
Decimal 208 5 41 0 0.98 0.80 0.18 349.36 0.95 0.42
Hex D0 5 29 0 62 50 12 15D 5F 2A
Octal 320 5 51 0 142 120 22 535 137 52
Binary 11010000 101 101001 0 1100010 1010000 10010 101011101 1011111 101010

Color Harmonies of #D00529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00529

Black with #D00529

Text Example


Text Example

White with #D00529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00529; }

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

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

background-color css

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

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

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

border-color css

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

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

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