Html Css Color HEX #D70B1C Fire Engine Red

📋 copy color: '#D70B1C'

red 215 ◦ green 11 ◦ blue 28

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

Shades of Fire Engine Red #D70B1C

Tints of Fire Engine Red #D70B1C

RGB

 RED value IS 215 (84.38% from 255) = 84.65%

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

 BLUE value IS 28 (11.33% from 255) = 11.02%

R = 84.65%
G = 4.33%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D70B1C (or 0xD70B1C) is known color: Fire Engine Red. HEX triplet: D7, 0B and 1C. RGB value is (215,11,28). Sum of RGB (Red+Green+Blue) = 215+11+28=254 (33% of max value = 765). Red value is 215 (84.38% from 255 or 84.65% from 254); Green value is 11 (4.69% from 255 or 4.33% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 215 - color contains mainly: red. Hex color #D70B1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70B1C is #28F4E3. Grayscale: #4A4A4A. Windows color (decimal): -2684132 or 1838039. OLE color: 1838039.

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

Color convert

RGB 215 11 28 -
CMYK 0 0.95 0.87 0.16
HSL 355º 0.9% 0.44% -
HSV(B) 355º 0.95% 0.84% -
XYZ 28.35 14.77 2.46 -
YUV 73.93 102.09 228.62 -
System Red Green Blue C M Y K H S L
Decimal 215 11 28 0 0.95 0.87 0.16 355 0.9 0.44
Hex D7 B 1C 0 5F 57 10 163 5A 2C
Octal 327 13 34 0 137 127 20 543 132 54
Binary 11010111 1011 11100 0 1011111 1010111 10000 101100011 1011010 101100

Color Harmonies of #D70B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70B1C

Black with #D70B1C

Text Example


Text Example

White with #D70B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70B1C; }

 p { color: rgb(215,11,28); }

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

background-color css

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

 a { background-color: rgb(215,11,28); }

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

border-color css

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

 span { border-color: rgb(215,11,28); }

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