Html Css Color HEX #D70629 Fire Engine Red

📋 copy color: '#D70629'

red 215 ◦ green 6 ◦ blue 41

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

Shades of Fire Engine Red #D70629

Tints of Fire Engine Red #D70629

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.29%

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

R = 82.06%
G = 2.29%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D70629 (or 0xD70629) is known color: Fire Engine Red. HEX triplet: D7, 06 and 29. RGB value is (215,6,41). Sum of RGB (Red+Green+Blue) = 215+6+41=262 (34% of max value = 765). Red value is 215 (84.38% from 255 or 82.06% from 262); Green value is 6 (2.73% from 255 or 2.29% from 262); Blue value is 41 (16.41% from 255 or 15.65% from 262); Max value from RGB is 215 - color contains mainly: red. Hex color #D70629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70629 is #28F9D6. Grayscale: #484848. Windows color (decimal): -2685399 or 2688727. OLE color: 2688727.

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

Color convert

RGB 215 6 41 -
CMYK 0 0.97 0.81 0.16
HSL 349.95º 0.95% 0.43% -
HSV(B) 349.95º 0.97% 0.84% -
XYZ 28.49 14.74 3.44 -
YUV 72.48 110.24 229.65 -
System Red Green Blue C M Y K H S L
Decimal 215 6 41 0 0.97 0.81 0.16 349.95 0.95 0.43
Hex D7 6 29 0 61 51 10 15E 5F 2B
Octal 327 6 51 0 141 121 20 536 137 53
Binary 11010111 110 101001 0 1100001 1010001 10000 101011110 1011111 101011

Color Harmonies of #D70629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70629

Black with #D70629

Text Example


Text Example

White with #D70629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70629; }

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

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

background-color css

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

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

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

border-color css

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

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

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