Html Css Color HEX #D1101A Fire Engine Red

📋 copy color: '#D1101A'

red 209 ◦ green 16 ◦ blue 26

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

Shades of Fire Engine Red #D1101A

Tints of Fire Engine Red #D1101A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.36%

R = 83.27%
G = 6.37%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D1101A (or 0xD1101A) is known color: Fire Engine Red. HEX triplet: D1, 10 and 1A. RGB value is (209,16,26). Sum of RGB (Red+Green+Blue) = 209+16+26=251 (33% of max value = 765). Red value is 209 (82.03% from 255 or 83.27% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 209 - color contains mainly: red. Hex color #D1101A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1101A is #2EEFE5. Grayscale: #4B4B4B. Windows color (decimal): -3076070 or 1708241. OLE color: 1708241.

HSL color Cylindrical-coordinate representation of color #D1101A: hue angle of 356.89º 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 #D1101A is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 16 26 -
CMYK 0 0.92 0.88 0.18
HSL 356.89º 0.86% 0.44% -
HSV(B) 356.89º 0.92% 0.82% -
XYZ 26.67 14 2.27 -
YUV 74.85 100.44 223.69 -
System Red Green Blue C M Y K H S L
Decimal 209 16 26 0 0.92 0.88 0.18 356.89 0.86 0.44
Hex D1 10 1A 0 5C 58 12 165 56 2C
Octal 321 20 32 0 134 130 22 545 126 54
Binary 11010001 10000 11010 0 1011100 1011000 10010 101100101 1010110 101100

Color Harmonies of #D1101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1101A

Black with #D1101A

Text Example


Text Example

White with #D1101A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1101A; }

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

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

background-color css

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

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

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

border-color css

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

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

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