Html Css Color HEX #211217 Rustic Red

📋 copy color: '#211217'

red 33 ◦ green 18 ◦ blue 23

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

Shades of Rustic Red #211217

Tints of Rustic Red #211217

RGB

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

 GREEN value IS 18 (7.42% from 255) = 24.32%

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

R = 44.59%
G = 24.32%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.30

 K value IS 0.87

RGB Variations

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

Color information

#211217 (or 0x211217) is known color: Rustic Red. HEX triplet: 21, 12 and 17. RGB value is (33,18,23). Sum of RGB (Red+Green+Blue) = 33+18+23=74 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44.59% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 23 (9.38% from 255 or 31.08% from 74); Max value from RGB is 33 - color contains mainly: red. Hex color #211217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211217 is #DEEDE8. Grayscale: #171717. Windows color (decimal): -14609897 or 1511969. OLE color: 1511969.

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

Color convert

RGB 33 18 23 -
CMYK 0 0.45 0.30 0.87
HSL 340º 0.29% 0.1% -
HSV(B) 340º 0.45% 0.13% -
XYZ 1 0.82 0.92 -
YUV 23.06 127.97 135.09 -
System Red Green Blue C M Y K H S L
Decimal 33 18 23 0 0.45 0.30 0.87 340 0.29 0.1
Hex 21 12 17 0 2D 1E 57 154 1D A
Octal 41 22 27 0 55 36 127 524 35 12
Binary 100001 10010 10111 0 101101 11110 1010111 101010100 11101 1010

Color Harmonies of #211217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211217

Black with #211217

Text Example


Text Example

White with #211217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211217; }

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

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

background-color css

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

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

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

border-color css

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

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

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