Html Css Color HEX #21010D Rustic Red

📋 copy color: '#21010D'

red 33 ◦ green 1 ◦ blue 13

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

Shades of Rustic Red #21010D

Tints of Rustic Red #21010D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.13%

 BLUE value IS 13 (5.47% from 255) = 27.66%

R = 70.21%
G = 2.13%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.87

RGB Variations

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

Color information

#21010D (or 0x21010D) is known color: Rustic Red. HEX triplet: 21, 01 and 0D. RGB value is (33,1,13). Sum of RGB (Red+Green+Blue) = 33+1+13=47 (6% of max value = 765). Red value is 33 (13.28% from 255 or 70.21% from 47); Green value is 1 (0.78% from 255 or 2.13% from 47); Blue value is 13 (5.47% from 255 or 27.66% from 47); Max value from RGB is 33 - color contains mainly: red. Hex color #21010D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21010D is #DEFEF2. Grayscale: #0B0B0B. Windows color (decimal): -14614259 or 852257. OLE color: 852257.

HSL color Cylindrical-coordinate representation of color #21010D: hue angle of 337.5º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #21010D is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 1 13 -
CMYK 0 0.97 0.61 0.87
HSL 337.5º 0.94% 0.07% -
HSV(B) 337.5º 0.97% 0.13% -
XYZ 0.71 0.37 0.42 -
YUV 11.94 128.6 143.02 -
System Red Green Blue C M Y K H S L
Decimal 33 1 13 0 0.97 0.61 0.87 337.5 0.94 0.07
Hex 21 1 D 0 61 3D 57 152 5E 7
Octal 41 1 15 0 141 75 127 522 136 7
Binary 100001 1 1101 0 1100001 111101 1010111 101010010 1011110 111

Color Harmonies of #21010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21010D

Black with #21010D

Text Example


Text Example

White with #21010D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21010D; }

 p { color: rgb(33,1,13); }

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

background-color css

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

 a { background-color: rgb(33,1,13); }

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

border-color css

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

 span { border-color: rgb(33,1,13); }

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