Html Css Color HEX #D00526 Fire Engine Red

📋 copy color: '#D00526'

red 208 ◦ green 5 ◦ blue 38

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

Shades of Fire Engine Red #D00526

Tints of Fire Engine Red #D00526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.14%

R = 82.87%
G = 1.99%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D00526 (or 0xD00526) is known color: Fire Engine Red. HEX triplet: D0, 05 and 26. RGB value is (208,5,38). Sum of RGB (Red+Green+Blue) = 208+5+38=251 (33% of max value = 765). Red value is 208 (81.64% from 255 or 82.87% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 38 (15.23% from 255 or 15.14% from 251); Max value from RGB is 208 - color contains mainly: red. Hex color #D00526 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00526 is #2FFAD9. Grayscale: #454545. Windows color (decimal): -3144410 or 2491856. OLE color: 2491856.

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

Color convert

RGB 208 5 38 -
CMYK 0 0.98 0.82 0.18
HSL 350.25º 0.95% 0.42% -
HSV(B) 350.25º 0.98% 0.82% -
XYZ 26.42 13.66 3.08 -
YUV 69.46 110.25 226.82 -
System Red Green Blue C M Y K H S L
Decimal 208 5 38 0 0.98 0.82 0.18 350.25 0.95 0.42
Hex D0 5 26 0 62 52 12 15E 5F 2A
Octal 320 5 46 0 142 122 22 536 137 52
Binary 11010000 101 100110 0 1100010 1010010 10010 101011110 1011111 101010

Color Harmonies of #D00526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00526

Black with #D00526

Text Example


Text Example

White with #D00526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00526; }

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

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

background-color css

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

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

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

border-color css

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

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

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