Html Css Color HEX #D00B2C Fire Engine Red

📋 copy color: '#D00B2C'

red 208 ◦ green 11 ◦ blue 44

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

Shades of Fire Engine Red #D00B2C

Tints of Fire Engine Red #D00B2C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.18%

 BLUE value IS 44 (17.58% from 255) = 16.73%

R = 79.09%
G = 4.18%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D00B2C (or 0xD00B2C) is known color: Fire Engine Red. HEX triplet: D0, 0B and 2C. RGB value is (208,11,44). Sum of RGB (Red+Green+Blue) = 208+11+44=263 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.09% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 44 (17.58% from 255 or 16.73% from 263); Max value from RGB is 208 - color contains mainly: red. Hex color #D00B2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00B2C is #2FF4D3. Grayscale: #494949. Windows color (decimal): -3142868 or 2886608. OLE color: 2886608.

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

Color convert

RGB 208 11 44 -
CMYK 0 0.95 0.79 0.18
HSL 349.95º 0.9% 0.43% -
HSV(B) 349.95º 0.95% 0.82% -
XYZ 26.59 13.83 3.65 -
YUV 73.67 111.27 223.82 -
System Red Green Blue C M Y K H S L
Decimal 208 11 44 0 0.95 0.79 0.18 349.95 0.9 0.43
Hex D0 B 2C 0 5F 4F 12 15E 5A 2B
Octal 320 13 54 0 137 117 22 536 132 53
Binary 11010000 1011 101100 0 1011111 1001111 10010 101011110 1011010 101011

Color Harmonies of #D00B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00B2C

Black with #D00B2C

Text Example


Text Example

White with #D00B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00B2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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