Html Css Color HEX #D10C21 Fire Engine Red

📋 copy color: '#D10C21'

red 209 ◦ green 12 ◦ blue 33

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

Shades of Fire Engine Red #D10C21

Tints of Fire Engine Red #D10C21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.99%

R = 82.28%
G = 4.72%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D10C21 (or 0xD10C21) is known color: Fire Engine Red. HEX triplet: D1, 0C and 21. RGB value is (209,12,33). Sum of RGB (Red+Green+Blue) = 209+12+33=254 (33% of max value = 765). Red value is 209 (82.03% from 255 or 82.28% from 254); Green value is 12 (5.08% from 255 or 4.72% from 254); Blue value is 33 (13.28% from 255 or 12.99% from 254); Max value from RGB is 209 - color contains mainly: red. Hex color #D10C21 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10C21 is #2EF3DE. Grayscale: #494949. Windows color (decimal): -3077087 or 2165969. OLE color: 2165969.

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

Color convert

RGB 209 12 33 -
CMYK 0 0.94 0.84 0.18
HSL 353.6º 0.89% 0.43% -
HSV(B) 353.6º 0.94% 0.82% -
XYZ 26.7 13.93 2.72 -
YUV 73.3 105.27 224.79 -
System Red Green Blue C M Y K H S L
Decimal 209 12 33 0 0.94 0.84 0.18 353.6 0.89 0.43
Hex D1 C 21 0 5E 54 12 162 59 2B
Octal 321 14 41 0 136 124 22 542 131 53
Binary 11010001 1100 100001 0 1011110 1010100 10010 101100010 1011001 101011

Color Harmonies of #D10C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10C21

Black with #D10C21

Text Example


Text Example

White with #D10C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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