Html Css Color HEX #D70B29 Fire Engine Red

📋 copy color: '#D70B29'

red 215 ◦ green 11 ◦ blue 41

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

Shades of Fire Engine Red #D70B29

Tints of Fire Engine Red #D70B29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.36%

R = 80.52%
G = 4.12%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D70B29 (or 0xD70B29) is known color: Fire Engine Red. HEX triplet: D7, 0B and 29. RGB value is (215,11,41). Sum of RGB (Red+Green+Blue) = 215+11+41=267 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.52% from 267); Green value is 11 (4.69% from 255 or 4.12% from 267); Blue value is 41 (16.41% from 255 or 15.36% from 267); Max value from RGB is 215 - color contains mainly: red. Hex color #D70B29 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70B29 is #28F4D6. Grayscale: #4B4B4B. Windows color (decimal): -2684119 or 2690007. OLE color: 2690007.

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

Color convert

RGB 215 11 41 -
CMYK 0 0.95 0.81 0.16
HSL 351.18º 0.9% 0.44% -
HSV(B) 351.18º 0.95% 0.84% -
XYZ 28.54 14.85 3.46 -
YUV 75.42 108.59 227.56 -
System Red Green Blue C M Y K H S L
Decimal 215 11 41 0 0.95 0.81 0.16 351.18 0.9 0.44
Hex D7 B 29 0 5F 51 10 15F 5A 2C
Octal 327 13 51 0 137 121 20 537 132 54
Binary 11010111 1011 101001 0 1011111 1010001 10000 101011111 1011010 101100

Color Harmonies of #D70B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70B29

Black with #D70B29

Text Example


Text Example

White with #D70B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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