Html Css Color HEX #D11A25 Fire Engine Red

📋 copy color: '#D11A25'

red 209 ◦ green 26 ◦ blue 37

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

Shades of Fire Engine Red #D11A25

Tints of Fire Engine Red #D11A25

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.56%

 BLUE value IS 37 (14.84% from 255) = 13.6%

R = 76.84%
G = 9.56%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D11A25 (or 0xD11A25) is known color: Fire Engine Red. HEX triplet: D1, 1A and 25. RGB value is (209,26,37). Sum of RGB (Red+Green+Blue) = 209+26+37=272 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.84% from 272); Green value is 26 (10.55% from 255 or 9.56% from 272); Blue value is 37 (14.84% from 255 or 13.60% from 272); Max value from RGB is 209 - color contains mainly: red. Hex color #D11A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11A25 is #2EE5DA. Grayscale: #525252. Windows color (decimal): -3073499 or 2431697. OLE color: 2431697.

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

Color convert

RGB 209 26 37 -
CMYK 0 0.88 0.82 0.18
HSL 356.39º 0.78% 0.46% -
HSV(B) 356.39º 0.88% 0.82% -
XYZ 27 14.43 3.11 -
YUV 81.97 102.63 218.61 -
System Red Green Blue C M Y K H S L
Decimal 209 26 37 0 0.88 0.82 0.18 356.39 0.78 0.46
Hex D1 1A 25 0 58 52 12 164 4E 2E
Octal 321 32 45 0 130 122 22 544 116 56
Binary 11010001 11010 100101 0 1011000 1010010 10010 101100100 1001110 101110

Color Harmonies of #D11A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11A25

Black with #D11A25

Text Example


Text Example

White with #D11A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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