Html Css Color HEX #D60B27 Fire Engine Red

📋 copy color: '#D60B27'

red 214 ◦ green 11 ◦ blue 39

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

Shades of Fire Engine Red #D60B27

Tints of Fire Engine Red #D60B27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.77%

R = 81.06%
G = 4.17%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D60B27 (or 0xD60B27) is known color: Fire Engine Red. HEX triplet: D6, 0B and 27. RGB value is (214,11,39). Sum of RGB (Red+Green+Blue) = 214+11+39=264 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.06% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 39 (15.62% from 255 or 14.77% from 264); Max value from RGB is 214 - color contains mainly: red. Hex color #D60B27 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60B27 is #29F4D8. Grayscale: #4A4A4A. Windows color (decimal): -2749657 or 2558934. OLE color: 2558934.

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

Color convert

RGB 214 11 39 -
CMYK 0 0.95 0.82 0.16
HSL 351.72º 0.9% 0.44% -
HSV(B) 351.72º 0.95% 0.84% -
XYZ 28.22 14.68 3.27 -
YUV 74.89 107.75 227.22 -
System Red Green Blue C M Y K H S L
Decimal 214 11 39 0 0.95 0.82 0.16 351.72 0.9 0.44
Hex D6 B 27 0 5F 52 10 160 5A 2C
Octal 326 13 47 0 137 122 20 540 132 54
Binary 11010110 1011 100111 0 1011111 1010010 10000 101100000 1011010 101100

Color Harmonies of #D60B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60B27

Black with #D60B27

Text Example


Text Example

White with #D60B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60B27; }

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

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

background-color css

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

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

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

border-color css

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

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

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