Html Css Color HEX #D70029 Fire Engine Red

📋 copy color: '#D70029'

red 215 ◦ green 0 ◦ blue 41

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

Shades of Fire Engine Red #D70029

Tints of Fire Engine Red #D70029

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 83.98%
G = 0%
B = 16.02%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D70029 (or 0xD70029) is known color: Fire Engine Red. HEX triplet: D7, 00 and 29. RGB value is (215,0,41). Sum of RGB (Red+Green+Blue) = 215+0+41=256 (33% of max value = 765). Red value is 215 (84.38% from 255 or 83.98% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 41 (16.41% from 255 or 16.02% from 256); Max value from RGB is 215 - color contains mainly: red. Hex color #D70029 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70029 is #28FFD6. Grayscale: #454545. Windows color (decimal): -2686935 or 2687191. OLE color: 2687191.

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

Color convert

RGB 215 0 41 -
CMYK 0 1 0.81 0.16
HSL 348.56º 1% 0.42% -
HSV(B) 348.56º 1% 0.84% -
XYZ 28.42 14.61 3.42 -
YUV 68.96 112.23 232.17 -
System Red Green Blue C M Y K H S L
Decimal 215 0 41 0 1 0.81 0.16 348.56 1 0.42
Hex D7 0 29 0 64 51 10 15D 64 2A
Octal 327 0 51 0 144 121 20 535 144 52
Binary 11010111 0 101001 0 1100100 1010001 10000 101011101 1100100 101010

Color Harmonies of #D70029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70029

Black with #D70029

Text Example


Text Example

White with #D70029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70029; }

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

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

background-color css

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

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

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

border-color css

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

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

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