#d00b25

Color #D00B25 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #D00B25

Tints of Fire Engine Red #D00B25

Color information

#D00B25 (or 0xD00B25) is unknown color: approx Fire Engine Red. HEX triplet: D0, 0B and 25. RGB value is (208,11,37). Sum of RGB (Red+Green+Blue) = 208+11+37=256 (33% of max value = 765). Red value is 208 (81.64% from 255 or 81.25% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 37 (14.84% from 255 or 14.45% from 256); Max value from RGB is 208 - color contains mainly: red. Hex color #D00B25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00B25 is #2FF4DA. Grayscale: #484848. Windows color (decimal): -3142875 or 2427856. OLE color: 2427856.

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

Color convert

RGB2081137-
CMYK00.950.820.18
HSL352.08º89.95%42.94%-
HSV(B)352.08º94.71%81.57%-
XYZ26.4713.783.02-
YUV72.87107.77224.39-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 81.25%
GREEN value IS 11 (4.69% from 255) = 4.30%
BLUE value IS 37 (14.84% from 255) = 14.45%
R=81.25%
G=4.30%
B=14.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.82
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208113700.950.820.18352.0889.9542.94
HexD0B2505F52121605a2b
Octal320134501371222254013253
Binary110100001011100101010111111010010100101011000001011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d00b25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d00b25; }

 p { color: rgb(208,11,37); }

 H1.HeaderClassName
 {
   color: #d00b25;
 }
 .AnyTagClassName
 {
   color: #d00b25;
 }
</style>
background-color css

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

 a { background-color: rgb(208,11,37); }

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

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

 span { border-color: rgb(208,11,37); }

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