Html Css Color HEX #D1042A Fire Engine Red

📋 copy color: '#D1042A'

red 209 ◦ green 4 ◦ blue 42

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

Shades of Fire Engine Red #D1042A

Tints of Fire Engine Red #D1042A

RGB

 RED value IS 209 (82.03% from 255) = 81.96%

 GREEN value IS 4 (1.95% from 255) = 1.57%

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

R = 81.96%
G = 1.57%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D1042A (or 0xD1042A) is known color: Fire Engine Red. HEX triplet: D1, 04 and 2A. RGB value is (209,4,42). Sum of RGB (Red+Green+Blue) = 209+4+42=255 (33% of max value = 765). Red value is 209 (82.03% from 255 or 81.96% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 209 - color contains mainly: red. Hex color #D1042A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1042A is #2EFBD5. Grayscale: #454545. Windows color (decimal): -3079126 or 2753745. OLE color: 2753745.

HSL color Cylindrical-coordinate representation of color #D1042A: hue angle of 348.88º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D1042A is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 4 42 -
CMYK 0 0.98 0.80 0.18
HSL 348.88º 0.96% 0.42% -
HSV(B) 348.88º 0.98% 0.82% -
XYZ 26.76 13.81 3.45 -
YUV 69.63 112.42 227.41 -
System Red Green Blue C M Y K H S L
Decimal 209 4 42 0 0.98 0.80 0.18 348.88 0.96 0.42
Hex D1 4 2A 0 62 50 12 15D 60 2A
Octal 321 4 52 0 142 120 22 535 140 52
Binary 11010001 100 101010 0 1100010 1010000 10010 101011101 1100000 101010

Color Harmonies of #D1042A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1042A

Black with #D1042A

Text Example


Text Example

White with #D1042A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1042A; }

 p { color: rgb(209,4,42); }

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

background-color css

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

 a { background-color: rgb(209,4,42); }

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

border-color css

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

 span { border-color: rgb(209,4,42); }

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