Html Css Color HEX #D70C19 Fire Engine Red

📋 copy color: '#D70C19'

red 215 ◦ green 12 ◦ blue 25

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

Shades of Fire Engine Red #D70C19

Tints of Fire Engine Red #D70C19

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.76%

 BLUE value IS 25 (10.16% from 255) = 9.92%

R = 85.32%
G = 4.76%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D70C19 (or 0xD70C19) is known color: Fire Engine Red. HEX triplet: D7, 0C and 19. RGB value is (215,12,25). Sum of RGB (Red+Green+Blue) = 215+12+25=252 (33% of max value = 765). Red value is 215 (84.38% from 255 or 85.32% from 252); Green value is 12 (5.08% from 255 or 4.76% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 215 - color contains mainly: red. Hex color #D70C19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70C19 is #28F3E6. Grayscale: #4A4A4A. Windows color (decimal): -2683879 or 1641687. OLE color: 1641687.

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

Color convert

RGB 215 12 25 -
CMYK 0 0.94 0.88 0.16
HSL 356.16º 0.89% 0.45% -
HSV(B) 356.16º 0.94% 0.84% -
XYZ 28.33 14.78 2.28 -
YUV 74.18 100.25 228.44 -
System Red Green Blue C M Y K H S L
Decimal 215 12 25 0 0.94 0.88 0.16 356.16 0.89 0.45
Hex D7 C 19 0 5E 58 10 164 59 2D
Octal 327 14 31 0 136 130 20 544 131 55
Binary 11010111 1100 11001 0 1011110 1011000 10000 101100100 1011001 101101

Color Harmonies of #D70C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70C19

Black with #D70C19

Text Example


Text Example

White with #D70C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70C19; }

 p { color: rgb(215,12,25); }

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

background-color css

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

 a { background-color: rgb(215,12,25); }

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

border-color css

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

 span { border-color: rgb(215,12,25); }

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