Html Css Color HEX #D10C2B Fire Engine Red

📋 copy color: '#D10C2B'

red 209 ◦ green 12 ◦ blue 43

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

Shades of Fire Engine Red #D10C2B

Tints of Fire Engine Red #D10C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.29%

R = 79.17%
G = 4.55%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D10C2B (or 0xD10C2B) is known color: Fire Engine Red. HEX triplet: D1, 0C and 2B. RGB value is (209,12,43). Sum of RGB (Red+Green+Blue) = 209+12+43=264 (34% of max value = 765). Red value is 209 (82.03% from 255 or 79.17% from 264); Green value is 12 (5.08% from 255 or 4.55% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 209 - color contains mainly: red. Hex color #D10C2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10C2B is #2EF3D4. Grayscale: #4A4A4A. Windows color (decimal): -3077077 or 2821329. OLE color: 2821329.

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

Color convert

RGB 209 12 43 -
CMYK 0 0.94 0.79 0.18
HSL 350.56º 0.89% 0.43% -
HSV(B) 350.56º 0.94% 0.82% -
XYZ 26.86 13.99 3.57 -
YUV 74.44 110.27 223.98 -
System Red Green Blue C M Y K H S L
Decimal 209 12 43 0 0.94 0.79 0.18 350.56 0.89 0.43
Hex D1 C 2B 0 5E 4F 12 15F 59 2B
Octal 321 14 53 0 136 117 22 537 131 53
Binary 11010001 1100 101011 0 1011110 1001111 10010 101011111 1011001 101011

Color Harmonies of #D10C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10C2B

Black with #D10C2B

Text Example


Text Example

White with #D10C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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