Html Css Color HEX #D4202D Fire Engine Red

📋 copy color: '#D4202D'

red 212 ◦ green 32 ◦ blue 45

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

Shades of Fire Engine Red #D4202D

Tints of Fire Engine Red #D4202D

RGB

 RED value IS 212 (83.2% from 255) = 73.36%

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

 BLUE value IS 45 (17.97% from 255) = 15.57%

R = 73.36%
G = 11.07%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D4202D (or 0xD4202D) is known color: Fire Engine Red. HEX triplet: D4, 20 and 2D. RGB value is (212,32,45). Sum of RGB (Red+Green+Blue) = 212+32+45=289 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.36% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 212 - color contains mainly: red. Hex color #D4202D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4202D is #2BDFD2. Grayscale: #575757. Windows color (decimal): -2875347 or 2957524. OLE color: 2957524.

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

Color convert

RGB 212 32 45 -
CMYK 0 0.85 0.79 0.17
HSL 355.67º 0.74% 0.48% -
HSV(B) 355.67º 0.85% 0.83% -
XYZ 28.14 15.22 3.94 -
YUV 87.3 104.13 216.94 -
System Red Green Blue C M Y K H S L
Decimal 212 32 45 0 0.85 0.79 0.17 355.67 0.74 0.48
Hex D4 20 2D 0 55 4F 11 164 4A 30
Octal 324 40 55 0 125 117 21 544 112 60
Binary 11010100 100000 101101 0 1010101 1001111 10001 101100100 1001010 110000

Color Harmonies of #D4202D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4202D

Black with #D4202D

Text Example


Text Example

White with #D4202D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4202D; }

 p { color: rgb(212,32,45); }

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

background-color css

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

 a { background-color: rgb(212,32,45); }

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

border-color css

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

 span { border-color: rgb(212,32,45); }

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