Html Css Color HEX #D00B1E Fire Engine Red

📋 copy color: '#D00B1E'

red 208 ◦ green 11 ◦ blue 30

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

Shades of Fire Engine Red #D00B1E

Tints of Fire Engine Red #D00B1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.05%

R = 83.53%
G = 4.42%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D00B1E (or 0xD00B1E) is known color: Fire Engine Red. HEX triplet: D0, 0B and 1E. RGB value is (208,11,30). Sum of RGB (Red+Green+Blue) = 208+11+30=249 (32% of max value = 765). Red value is 208 (81.64% from 255 or 83.53% from 249); Green value is 11 (4.69% from 255 or 4.42% from 249); Blue value is 30 (12.11% from 255 or 12.05% from 249); Max value from RGB is 208 - color contains mainly: red. Hex color #D00B1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00B1E is #2FF4E1. Grayscale: #484848. Windows color (decimal): -3142882 or 1969104. OLE color: 1969104.

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

Color convert

RGB 208 11 30 -
CMYK 0 0.95 0.86 0.18
HSL 354.21º 0.9% 0.43% -
HSV(B) 354.21º 0.95% 0.82% -
XYZ 26.37 13.74 2.49 -
YUV 72.07 104.27 224.96 -
System Red Green Blue C M Y K H S L
Decimal 208 11 30 0 0.95 0.86 0.18 354.21 0.9 0.43
Hex D0 B 1E 0 5F 56 12 162 5A 2B
Octal 320 13 36 0 137 126 22 542 132 53
Binary 11010000 1011 11110 0 1011111 1010110 10010 101100010 1011010 101011

Color Harmonies of #D00B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00B1E

Black with #D00B1E

Text Example


Text Example

White with #D00B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00B1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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