Html Css Color HEX #D1102A Fire Engine Red

📋 copy color: '#D1102A'

red 209 ◦ green 16 ◦ blue 42

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

Shades of Fire Engine Red #D1102A

Tints of Fire Engine Red #D1102A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.99%

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

R = 78.28%
G = 5.99%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D1102A (or 0xD1102A) is known color: Fire Engine Red. HEX triplet: D1, 10 and 2A. RGB value is (209,16,42). Sum of RGB (Red+Green+Blue) = 209+16+42=267 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.28% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 209 - color contains mainly: red. Hex color #D1102A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1102A is #2EEFD5. Grayscale: #4C4C4C. Windows color (decimal): -3076054 or 2756817. OLE color: 2756817.

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

Color convert

RGB 209 16 42 -
CMYK 0 0.92 0.80 0.18
HSL 351.92º 0.86% 0.44% -
HSV(B) 351.92º 0.92% 0.82% -
XYZ 26.9 14.09 3.49 -
YUV 76.67 108.44 222.39 -
System Red Green Blue C M Y K H S L
Decimal 209 16 42 0 0.92 0.80 0.18 351.92 0.86 0.44
Hex D1 10 2A 0 5C 50 12 160 56 2C
Octal 321 20 52 0 134 120 22 540 126 54
Binary 11010001 10000 101010 0 1011100 1010000 10010 101100000 1010110 101100

Color Harmonies of #D1102A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1102A

Black with #D1102A

Text Example


Text Example

White with #D1102A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1102A; }

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

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

background-color css

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

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

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

border-color css

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

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

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