Html Css Color HEX #D70B2B Fire Engine Red

📋 copy color: '#D70B2B'

red 215 ◦ green 11 ◦ blue 43

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

Shades of Fire Engine Red #D70B2B

Tints of Fire Engine Red #D70B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.99%

R = 79.93%
G = 4.09%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.8

 K value IS 0.16

RGB Variations

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

Color information

#D70B2B (or 0xD70B2B) is known color: Fire Engine Red. HEX triplet: D7, 0B and 2B. RGB value is (215,11,43). Sum of RGB (Red+Green+Blue) = 215+11+43=269 (35% of max value = 765). Red value is 215 (84.38% from 255 or 79.93% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 43 (17.19% from 255 or 15.99% from 269); Max value from RGB is 215 - color contains mainly: red. Hex color #D70B2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70B2B is #28F4D4. Grayscale: #4B4B4B. Windows color (decimal): -2684117 or 2821079. OLE color: 2821079.

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

Color convert

RGB 215 11 43 -
CMYK 0 0.95 0.8 0.16
HSL 350.59º 0.9% 0.44% -
HSV(B) 350.59º 0.95% 0.84% -
XYZ 28.58 14.86 3.65 -
YUV 75.64 109.59 227.4 -
System Red Green Blue C M Y K H S L
Decimal 215 11 43 0 0.95 0.8 0.16 350.59 0.9 0.44
Hex D7 B 2B 0 5F 50 10 15F 5A 2C
Octal 327 13 53 0 137 120 20 537 132 54
Binary 11010111 1011 101011 0 1011111 1010000 10000 101011111 1011010 101100

Color Harmonies of #D70B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70B2B

Black with #D70B2B

Text Example


Text Example

White with #D70B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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