Html Css Color HEX #D10C27 Fire Engine Red

📋 copy color: '#D10C27'

red 209 ◦ green 12 ◦ blue 39

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

Shades of Fire Engine Red #D10C27

Tints of Fire Engine Red #D10C27

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.62%

 BLUE value IS 39 (15.63% from 255) = 15%

R = 80.38%
G = 4.62%
B = 15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D10C27 (or 0xD10C27) is known color: Fire Engine Red. HEX triplet: D1, 0C and 27. RGB value is (209,12,39). Sum of RGB (Red+Green+Blue) = 209+12+39=260 (34% of max value = 765). Red value is 209 (82.03% from 255 or 80.38% from 260); Green value is 12 (5.08% from 255 or 4.62% from 260); Blue value is 39 (15.62% from 255 or 15% from 260); Max value from RGB is 209 - color contains mainly: red. Hex color #D10C27 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10C27 is #2EF3D8. Grayscale: #4A4A4A. Windows color (decimal): -3077081 or 2559185. OLE color: 2559185.

HSL color Cylindrical-coordinate representation of color #D10C27: hue angle of 351.78º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10C27 is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 12 39 -
CMYK 0 0.94 0.81 0.18
HSL 351.78º 0.89% 0.43% -
HSV(B) 351.78º 0.94% 0.82% -
XYZ 26.79 13.96 3.2 -
YUV 73.98 108.27 224.3 -
System Red Green Blue C M Y K H S L
Decimal 209 12 39 0 0.94 0.81 0.18 351.78 0.89 0.43
Hex D1 C 27 0 5E 51 12 160 59 2B
Octal 321 14 47 0 136 121 22 540 131 53
Binary 11010001 1100 100111 0 1011110 1010001 10010 101100000 1011001 101011

Color Harmonies of #D10C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10C27

Black with #D10C27

Text Example


Text Example

White with #D10C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10C27; }

 p { color: rgb(209,12,39); }

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

background-color css

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

 a { background-color: rgb(209,12,39); }

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

border-color css

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

 span { border-color: rgb(209,12,39); }

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