Html Css Color HEX #D1052A Fire Engine Red

📋 copy color: '#D1052A'

red 209 ◦ green 5 ◦ blue 42

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

Shades of Fire Engine Red #D1052A

Tints of Fire Engine Red #D1052A

RGB

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

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

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

R = 81.64%
G = 1.95%
B = 16.41%

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

#D1052A (or 0xD1052A) is known color: Fire Engine Red. HEX triplet: D1, 05 and 2A. RGB value is (209,5,42). Sum of RGB (Red+Green+Blue) = 209+5+42=256 (33% of max value = 765). Red value is 209 (82.03% from 255 or 81.64% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 42 (16.80% from 255 or 16.41% from 256); Max value from RGB is 209 - color contains mainly: red. Hex color #D1052A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1052A is #2EFAD5. Grayscale: #464646. Windows color (decimal): -3078870 or 2754001. OLE color: 2754001.

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

Color convert

RGB 209 5 42 -
CMYK 0 0.98 0.80 0.18
HSL 349.12º 0.95% 0.42% -
HSV(B) 349.12º 0.98% 0.82% -
XYZ 26.77 13.83 3.45 -
YUV 70.21 112.09 226.99 -
System Red Green Blue C M Y K H S L
Decimal 209 5 42 0 0.98 0.80 0.18 349.12 0.95 0.42
Hex D1 5 2A 0 62 50 12 15D 5F 2A
Octal 321 5 52 0 142 120 22 535 137 52
Binary 11010001 101 101010 0 1100010 1010000 10010 101011101 1011111 101010

Color Harmonies of #D1052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1052A

Black with #D1052A

Text Example


Text Example

White with #D1052A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1052A; }

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

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

background-color css

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

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

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

border-color css

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

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

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