Html Css Color HEX #D00B1F Fire Engine Red

📋 copy color: '#D00B1F'

red 208 ◦ green 11 ◦ blue 31

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

Shades of Fire Engine Red #D00B1F

Tints of Fire Engine Red #D00B1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.4%

R = 83.2%
G = 4.4%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D00B1F (or 0xD00B1F) is known color: Fire Engine Red. HEX triplet: D0, 0B and 1F. RGB value is (208,11,31). Sum of RGB (Red+Green+Blue) = 208+11+31=250 (33% of max value = 765). Red value is 208 (81.64% from 255 or 83.2% from 250); Green value is 11 (4.69% from 255 or 4.4% from 250); Blue value is 31 (12.5% from 255 or 12.4% from 250); Max value from RGB is 208 - color contains mainly: red. Hex color #D00B1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00B1F is #2FF4E0. Grayscale: #484848. Windows color (decimal): -3142881 or 2034640. OLE color: 2034640.

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

Color convert

RGB 208 11 31 -
CMYK 0 0.95 0.85 0.18
HSL 353.91º 0.9% 0.43% -
HSV(B) 353.91º 0.95% 0.82% -
XYZ 26.38 13.75 2.56 -
YUV 72.18 104.77 224.87 -
System Red Green Blue C M Y K H S L
Decimal 208 11 31 0 0.95 0.85 0.18 353.91 0.9 0.43
Hex D0 B 1F 0 5F 55 12 162 5A 2B
Octal 320 13 37 0 137 125 22 542 132 53
Binary 11010000 1011 11111 0 1011111 1010101 10010 101100010 1011010 101011

Color Harmonies of #D00B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00B1F

Black with #D00B1F

Text Example


Text Example

White with #D00B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00B1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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