Html Css Color HEX #D70A23 Fire Engine Red

📋 copy color: '#D70A23'

red 215 ◦ green 10 ◦ blue 35

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

Shades of Fire Engine Red #D70A23

Tints of Fire Engine Red #D70A23

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.85%

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

R = 82.69%
G = 3.85%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D70A23 (or 0xD70A23) is known color: Fire Engine Red. HEX triplet: D7, 0A and 23. RGB value is (215,10,35). Sum of RGB (Red+Green+Blue) = 215+10+35=260 (34% of max value = 765). Red value is 215 (84.38% from 255 or 82.69% from 260); Green value is 10 (4.30% from 255 or 3.85% from 260); Blue value is 35 (14.06% from 255 or 13.46% from 260); Max value from RGB is 215 - color contains mainly: red. Hex color #D70A23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70A23 is #28F5DC. Grayscale: #4A4A4A. Windows color (decimal): -2684381 or 2296535. OLE color: 2296535.

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

Color convert

RGB 215 10 35 -
CMYK 0 0.95 0.84 0.16
HSL 352.68º 0.91% 0.44% -
HSV(B) 352.68º 0.95% 0.84% -
XYZ 28.44 14.79 2.95 -
YUV 74.15 105.92 228.47 -
System Red Green Blue C M Y K H S L
Decimal 215 10 35 0 0.95 0.84 0.16 352.68 0.91 0.44
Hex D7 A 23 0 5F 54 10 161 5B 2C
Octal 327 12 43 0 137 124 20 541 133 54
Binary 11010111 1010 100011 0 1011111 1010100 10000 101100001 1011011 101100

Color Harmonies of #D70A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70A23

Black with #D70A23

Text Example


Text Example

White with #D70A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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