Html Css Color HEX #D00528 Fire Engine Red

📋 copy color: '#D00528'

red 208 ◦ green 5 ◦ blue 40

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

Shades of Fire Engine Red #D00528

Tints of Fire Engine Red #D00528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.81%

R = 82.21%
G = 1.98%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D00528 (or 0xD00528) is known color: Fire Engine Red. HEX triplet: D0, 05 and 28. RGB value is (208,5,40). Sum of RGB (Red+Green+Blue) = 208+5+40=253 (33% of max value = 765). Red value is 208 (81.64% from 255 or 82.21% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 40 (16.02% from 255 or 15.81% from 253); Max value from RGB is 208 - color contains mainly: red. Hex color #D00528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00528 is #2FFAD7. Grayscale: #454545. Windows color (decimal): -3144408 or 2622928. OLE color: 2622928.

HSL color Cylindrical-coordinate representation of color #D00528: hue angle of 349.66º 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 #D00528 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 5 40 -
CMYK 0 0.98 0.81 0.18
HSL 349.66º 0.95% 0.42% -
HSV(B) 349.66º 0.98% 0.82% -
XYZ 26.45 13.67 3.25 -
YUV 69.69 111.25 226.65 -
System Red Green Blue C M Y K H S L
Decimal 208 5 40 0 0.98 0.81 0.18 349.66 0.95 0.42
Hex D0 5 28 0 62 51 12 15E 5F 2A
Octal 320 5 50 0 142 121 22 536 137 52
Binary 11010000 101 101000 0 1100010 1010001 10010 101011110 1011111 101010

Color Harmonies of #D00528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00528

Black with #D00528

Text Example


Text Example

White with #D00528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00528; }

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

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

background-color css

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

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

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

border-color css

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

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

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