Html Css Color HEX #D60B1F Fire Engine Red

📋 copy color: '#D60B1F'

red 214 ◦ green 11 ◦ blue 31

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

Shades of Fire Engine Red #D60B1F

Tints of Fire Engine Red #D60B1F

RGB

 RED value IS 214 (83.98% from 255) = 83.59%

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

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

R = 83.59%
G = 4.3%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D60B1F (or 0xD60B1F) is known color: Fire Engine Red. HEX triplet: D6, 0B and 1F. RGB value is (214,11,31). Sum of RGB (Red+Green+Blue) = 214+11+31=256 (33% of max value = 765). Red value is 214 (83.98% from 255 or 83.59% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 214 - color contains mainly: red. Hex color #D60B1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60B1F is #29F4E0. Grayscale: #4A4A4A. Windows color (decimal): -2749665 or 2034646. OLE color: 2034646.

HSL color Cylindrical-coordinate representation of color #D60B1F: hue angle of 354.09º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60B1F is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 11 31 -
CMYK 0 0.95 0.86 0.16
HSL 354.09º 0.9% 0.44% -
HSV(B) 354.09º 0.95% 0.84% -
XYZ 28.1 14.63 2.64 -
YUV 73.98 103.75 227.87 -
System Red Green Blue C M Y K H S L
Decimal 214 11 31 0 0.95 0.86 0.16 354.09 0.9 0.44
Hex D6 B 1F 0 5F 56 10 162 5A 2C
Octal 326 13 37 0 137 126 20 542 132 54
Binary 11010110 1011 11111 0 1011111 1010110 10000 101100010 1011010 101100

Color Harmonies of #D60B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60B1F

Black with #D60B1F

Text Example


Text Example

White with #D60B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60B1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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