Html Css Color HEX #D00527 Fire Engine Red

📋 copy color: '#D00527'

red 208 ◦ green 5 ◦ blue 39

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

Shades of Fire Engine Red #D00527

Tints of Fire Engine Red #D00527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.48%

R = 82.54%
G = 1.98%
B = 15.48%

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

#D00527 (or 0xD00527) is known color: Fire Engine Red. HEX triplet: D0, 05 and 27. RGB value is (208,5,39). Sum of RGB (Red+Green+Blue) = 208+5+39=252 (33% of max value = 765). Red value is 208 (81.64% from 255 or 82.54% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 39 (15.62% from 255 or 15.48% from 252); Max value from RGB is 208 - color contains mainly: red. Hex color #D00527 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00527 is #2FFAD8. Grayscale: #454545. Windows color (decimal): -3144409 or 2557392. OLE color: 2557392.

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

Color convert

RGB 208 5 39 -
CMYK 0 0.98 0.81 0.18
HSL 349.95º 0.95% 0.42% -
HSV(B) 349.95º 0.98% 0.82% -
XYZ 26.43 13.66 3.16 -
YUV 69.57 110.75 226.74 -
System Red Green Blue C M Y K H S L
Decimal 208 5 39 0 0.98 0.81 0.18 349.95 0.95 0.42
Hex D0 5 27 0 62 51 12 15E 5F 2A
Octal 320 5 47 0 142 121 22 536 137 52
Binary 11010000 101 100111 0 1100010 1010001 10010 101011110 1011111 101010

Color Harmonies of #D00527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00527

Black with #D00527

Text Example


Text Example

White with #D00527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00527; }

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

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

background-color css

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

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

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

border-color css

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

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

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