Html Css Color HEX #D70E23 Fire Engine Red

📋 copy color: '#D70E23'

red 215 ◦ green 14 ◦ blue 35

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

Shades of Fire Engine Red #D70E23

Tints of Fire Engine Red #D70E23

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.3%

 BLUE value IS 35 (14.06% from 255) = 13.26%

R = 81.44%
G = 5.3%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D70E23 (or 0xD70E23) is known color: Fire Engine Red. HEX triplet: D7, 0E and 23. RGB value is (215,14,35). Sum of RGB (Red+Green+Blue) = 215+14+35=264 (34% of max value = 765). Red value is 215 (84.38% from 255 or 81.44% from 264); Green value is 14 (5.86% from 255 or 5.30% from 264); Blue value is 35 (14.06% from 255 or 13.26% from 264); Max value from RGB is 215 - color contains mainly: red. Hex color #D70E23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70E23 is #28F1DC. Grayscale: #4C4C4C. Windows color (decimal): -2683357 or 2297559. OLE color: 2297559.

HSL color Cylindrical-coordinate representation of color #D70E23: hue angle of 353.73º degrees, saturation: 0.88, 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 #D70E23 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 14 35 -
CMYK 0 0.93 0.84 0.16
HSL 353.73º 0.88% 0.45% -
HSV(B) 353.73º 0.93% 0.84% -
XYZ 28.48 14.88 2.96 -
YUV 76.49 104.59 226.79 -
System Red Green Blue C M Y K H S L
Decimal 215 14 35 0 0.93 0.84 0.16 353.73 0.88 0.45
Hex D7 E 23 0 5D 54 10 162 58 2D
Octal 327 16 43 0 135 124 20 542 130 55
Binary 11010111 1110 100011 0 1011101 1010100 10000 101100010 1011000 101101

Color Harmonies of #D70E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70E23

Black with #D70E23

Text Example


Text Example

White with #D70E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70E23; }

 p { color: rgb(215,14,35); }

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

background-color css

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

 a { background-color: rgb(215,14,35); }

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

border-color css

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

 span { border-color: rgb(215,14,35); }

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