Html Css Color HEX #D7202A Fire Engine Red

📋 copy color: '#D7202A'

red 215 ◦ green 32 ◦ blue 42

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

Shades of Fire Engine Red #D7202A

Tints of Fire Engine Red #D7202A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.07%

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

R = 74.39%
G = 11.07%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D7202A (or 0xD7202A) is known color: Fire Engine Red. HEX triplet: D7, 20 and 2A. RGB value is (215,32,42). Sum of RGB (Red+Green+Blue) = 215+32+42=289 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.39% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 42 (16.80% from 255 or 14.53% from 289); Max value from RGB is 215 - color contains mainly: red. Hex color #D7202A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7202A is #28DFD5. Grayscale: #585858. Windows color (decimal): -2678742 or 2760919. OLE color: 2760919.

HSL color Cylindrical-coordinate representation of color #D7202A: hue angle of 356.72º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D7202A is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 32 42 -
CMYK 0 0.85 0.80 0.16
HSL 356.72º 0.74% 0.48% -
HSV(B) 356.72º 0.85% 0.84% -
XYZ 28.96 15.65 3.68 -
YUV 87.86 102.13 218.69 -
System Red Green Blue C M Y K H S L
Decimal 215 32 42 0 0.85 0.80 0.16 356.72 0.74 0.48
Hex D7 20 2A 0 55 50 10 165 4A 30
Octal 327 40 52 0 125 120 20 545 112 60
Binary 11010111 100000 101010 0 1010101 1010000 10000 101100101 1001010 110000

Color Harmonies of #D7202A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7202A

Black with #D7202A

Text Example


Text Example

White with #D7202A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7202A; }

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

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

background-color css

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

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

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

border-color css

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

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

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