Html Css Color HEX #D60B23 Fire Engine Red

📋 copy color: '#D60B23'

red 214 ◦ green 11 ◦ blue 35

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

Shades of Fire Engine Red #D60B23

Tints of Fire Engine Red #D60B23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.46%

R = 82.31%
G = 4.23%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D60B23 (or 0xD60B23) is known color: Fire Engine Red. HEX triplet: D6, 0B and 23. RGB value is (214,11,35). Sum of RGB (Red+Green+Blue) = 214+11+35=260 (34% of max value = 765). Red value is 214 (83.98% from 255 or 82.31% from 260); Green value is 11 (4.69% from 255 or 4.23% from 260); Blue value is 35 (14.06% from 255 or 13.46% from 260); Max value from RGB is 214 - color contains mainly: red. Hex color #D60B23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60B23 is #29F4DC. Grayscale: #4A4A4A. Windows color (decimal): -2749661 or 2296790. OLE color: 2296790.

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

Color convert

RGB 214 11 35 -
CMYK 0 0.95 0.84 0.16
HSL 352.91º 0.9% 0.44% -
HSV(B) 352.91º 0.95% 0.84% -
XYZ 28.15 14.66 2.94 -
YUV 74.43 105.75 227.55 -
System Red Green Blue C M Y K H S L
Decimal 214 11 35 0 0.95 0.84 0.16 352.91 0.9 0.44
Hex D6 B 23 0 5F 54 10 161 5A 2C
Octal 326 13 43 0 137 124 20 541 132 54
Binary 11010110 1011 100011 0 1011111 1010100 10000 101100001 1011010 101100

Color Harmonies of #D60B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60B23

Black with #D60B23

Text Example


Text Example

White with #D60B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60B23; }

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

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

background-color css

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

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

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

border-color css

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

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

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