Html Css Color HEX #D4052A Fire Engine Red

📋 copy color: '#D4052A'

red 212 ◦ green 5 ◦ blue 42

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

Shades of Fire Engine Red #D4052A

Tints of Fire Engine Red #D4052A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.93%

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

R = 81.85%
G = 1.93%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D4052A (or 0xD4052A) is known color: Fire Engine Red. HEX triplet: D4, 05 and 2A. RGB value is (212,5,42). Sum of RGB (Red+Green+Blue) = 212+5+42=259 (34% of max value = 765). Red value is 212 (83.20% from 255 or 81.85% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 42 (16.80% from 255 or 16.22% from 259); Max value from RGB is 212 - color contains mainly: red. Hex color #D4052A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4052A is #2BFAD5. Grayscale: #474747. Windows color (decimal): -2882262 or 2754004. OLE color: 2754004.

HSL color Cylindrical-coordinate representation of color #D4052A: hue angle of 349.28º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D4052A is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 5 42 -
CMYK 0 0.98 0.80 0.17
HSL 349.28º 0.95% 0.43% -
HSV(B) 349.28º 0.98% 0.83% -
XYZ 27.62 14.27 3.49 -
YUV 71.11 111.58 228.49 -
System Red Green Blue C M Y K H S L
Decimal 212 5 42 0 0.98 0.80 0.17 349.28 0.95 0.43
Hex D4 5 2A 0 62 50 11 15D 5F 2B
Octal 324 5 52 0 142 120 21 535 137 53
Binary 11010100 101 101010 0 1100010 1010000 10001 101011101 1011111 101011

Color Harmonies of #D4052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4052A

Black with #D4052A

Text Example


Text Example

White with #D4052A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4052A; }

 p { color: rgb(212,5,42); }

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

background-color css

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

 a { background-color: rgb(212,5,42); }

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

border-color css

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

 span { border-color: rgb(212,5,42); }

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