Html Css Color HEX #D1131A Fire Engine Red

📋 copy color: '#D1131A'

red 209 ◦ green 19 ◦ blue 26

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

Shades of Fire Engine Red #D1131A

Tints of Fire Engine Red #D1131A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.48%

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

R = 82.28%
G = 7.48%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D1131A (or 0xD1131A) is known color: Fire Engine Red. HEX triplet: D1, 13 and 1A. RGB value is (209,19,26). Sum of RGB (Red+Green+Blue) = 209+19+26=254 (33% of max value = 765). Red value is 209 (82.03% from 255 or 82.28% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 26 (10.55% from 255 or 10.24% from 254); Max value from RGB is 209 - color contains mainly: red. Hex color #D1131A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1131A is #2EECE5. Grayscale: #4C4C4C. Windows color (decimal): -3075302 or 1709009. OLE color: 1709009.

HSL color Cylindrical-coordinate representation of color #D1131A: hue angle of 357.79º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D1131A is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 19 26 -
CMYK 0 0.91 0.88 0.18
HSL 357.79º 0.83% 0.45% -
HSV(B) 357.79º 0.91% 0.82% -
XYZ 26.71 14.1 2.29 -
YUV 76.61 99.45 222.43 -
System Red Green Blue C M Y K H S L
Decimal 209 19 26 0 0.91 0.88 0.18 357.79 0.83 0.45
Hex D1 13 1A 0 5B 58 12 166 53 2D
Octal 321 23 32 0 133 130 22 546 123 55
Binary 11010001 10011 11010 0 1011011 1011000 10010 101100110 1010011 101101

Color Harmonies of #D1131A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1131A

Black with #D1131A

Text Example


Text Example

White with #D1131A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1131A; }

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

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

background-color css

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

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

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

border-color css

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

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

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