Html Css Color HEX #211417 Rustic Red

📋 copy color: '#211417'

red 33 ◦ green 20 ◦ blue 23

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

Shades of Rustic Red #211417

Tints of Rustic Red #211417

RGB

 RED value IS 33 (13.28% from 255) = 43.42%

 GREEN value IS 20 (8.2% from 255) = 26.32%

 BLUE value IS 23 (9.38% from 255) = 30.26%

R = 43.42%
G = 26.32%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.30

 K value IS 0.87

RGB Variations

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

Color information

#211417 (or 0x211417) is known color: Rustic Red. HEX triplet: 21, 14 and 17. RGB value is (33,20,23). Sum of RGB (Red+Green+Blue) = 33+20+23=76 (10% of max value = 765). Red value is 33 (13.28% from 255 or 43.42% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 23 (9.38% from 255 or 30.26% from 76); Max value from RGB is 33 - color contains mainly: red. Hex color #211417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211417 is #DEEBE8. Grayscale: #181818. Windows color (decimal): -14609385 or 1512481. OLE color: 1512481.

HSL color Cylindrical-coordinate representation of color #211417: hue angle of 346.15º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #211417 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 20 23 -
CMYK 0 0.39 0.30 0.87
HSL 346.15º 0.25% 0.1% -
HSV(B) 346.15º 0.39% 0.13% -
XYZ 1.03 0.89 0.93 -
YUV 24.23 127.31 134.26 -
System Red Green Blue C M Y K H S L
Decimal 33 20 23 0 0.39 0.30 0.87 346.15 0.25 0.1
Hex 21 14 17 0 27 1E 57 15A 19 A
Octal 41 24 27 0 47 36 127 532 31 12
Binary 100001 10100 10111 0 100111 11110 1010111 101011010 11001 1010

Color Harmonies of #211417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211417

Black with #211417

Text Example


Text Example

White with #211417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211417; }

 p { color: rgb(33,20,23); }

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

background-color css

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

 a { background-color: rgb(33,20,23); }

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

border-color css

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

 span { border-color: rgb(33,20,23); }

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