Html Css Color HEX #D70A2A Fire Engine Red

📋 copy color: '#D70A2A'

red 215 ◦ green 10 ◦ blue 42

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

Shades of Fire Engine Red #D70A2A

Tints of Fire Engine Red #D70A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.73%

R = 80.52%
G = 3.75%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D70A2A (or 0xD70A2A) is known color: Fire Engine Red. HEX triplet: D7, 0A and 2A. RGB value is (215,10,42). Sum of RGB (Red+Green+Blue) = 215+10+42=267 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.52% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 215 - color contains mainly: red. Hex color #D70A2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70A2A is #28F5D5. Grayscale: #4B4B4B. Windows color (decimal): -2684374 or 2755287. OLE color: 2755287.

HSL color Cylindrical-coordinate representation of color #D70A2A: hue angle of 350.63º 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 #D70A2A is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 10 42 -
CMYK 0 0.95 0.80 0.16
HSL 350.63º 0.91% 0.44% -
HSV(B) 350.63º 0.95% 0.84% -
XYZ 28.55 14.83 3.55 -
YUV 74.94 109.42 227.9 -
System Red Green Blue C M Y K H S L
Decimal 215 10 42 0 0.95 0.80 0.16 350.63 0.91 0.44
Hex D7 A 2A 0 5F 50 10 15F 5B 2C
Octal 327 12 52 0 137 120 20 537 133 54
Binary 11010111 1010 101010 0 1011111 1010000 10000 101011111 1011011 101100

Color Harmonies of #D70A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70A2A

Black with #D70A2A

Text Example


Text Example

White with #D70A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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