Html Css Color HEX #D70F29 Fire Engine Red

📋 copy color: '#D70F29'

red 215 ◦ green 15 ◦ blue 41

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

Shades of Fire Engine Red #D70F29

Tints of Fire Engine Red #D70F29

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.54%

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

R = 79.34%
G = 5.54%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D70F29 (or 0xD70F29) is known color: Fire Engine Red. HEX triplet: D7, 0F and 29. RGB value is (215,15,41). Sum of RGB (Red+Green+Blue) = 215+15+41=271 (35% of max value = 765). Red value is 215 (84.38% from 255 or 79.34% from 271); Green value is 15 (6.25% from 255 or 5.54% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 215 - color contains mainly: red. Hex color #D70F29 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70F29 is #28F0D6. Grayscale: #4D4D4D. Windows color (decimal): -2683095 or 2691031. OLE color: 2691031.

HSL color Cylindrical-coordinate representation of color #D70F29: hue angle of 352.2º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D70F29 is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 15 41 -
CMYK 0 0.93 0.81 0.16
HSL 352.2º 0.87% 0.45% -
HSV(B) 352.2º 0.93% 0.84% -
XYZ 28.6 14.95 3.48 -
YUV 77.76 107.26 225.89 -
System Red Green Blue C M Y K H S L
Decimal 215 15 41 0 0.93 0.81 0.16 352.2 0.87 0.45
Hex D7 F 29 0 5D 51 10 160 57 2D
Octal 327 17 51 0 135 121 20 540 127 55
Binary 11010111 1111 101001 0 1011101 1010001 10000 101100000 1010111 101101

Color Harmonies of #D70F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70F29

Black with #D70F29

Text Example


Text Example

White with #D70F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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