Html Css Color HEX #21000E Rustic Red

📋 copy color: '#21000E'

red 33 ◦ green 0 ◦ blue 14

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

Shades of Rustic Red #21000E

Tints of Rustic Red #21000E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 14 (5.86% from 255) = 29.79%

R = 70.21%
G = 0%
B = 29.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.87

RGB Variations

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

Color information

#21000E (or 0x21000E) is known color: Rustic Red. HEX triplet: 21, 00 and 0E. RGB value is (33,0,14). Sum of RGB (Red+Green+Blue) = 33+0+14=47 (6% of max value = 765). Red value is 33 (13.28% from 255 or 70.21% from 47); Green value is 0 (0.39% from 255 or 0% from 47); Blue value is 14 (5.86% from 255 or 29.79% from 47); Max value from RGB is 33 - color contains mainly: red. Hex color #21000E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21000E is #DEFFF1. Grayscale: #0B0B0B. Windows color (decimal): -14614514 or 917537. OLE color: 917537.

HSL color Cylindrical-coordinate representation of color #21000E: hue angle of 334.55º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #21000E is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 0 14 -
CMYK 0 1 0.58 0.87
HSL 334.55º 1% 0.06% -
HSV(B) 334.55º 1% 0.13% -
XYZ 0.71 0.36 0.45 -
YUV 11.46 129.43 143.36 -
System Red Green Blue C M Y K H S L
Decimal 33 0 14 0 1 0.58 0.87 334.55 1 0.06
Hex 21 0 E 0 64 3A 57 14F 64 6
Octal 41 0 16 0 144 72 127 517 144 6
Binary 100001 0 1110 0 1100100 111010 1010111 101001111 1100100 110

Color Harmonies of #21000E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21000E

Black with #21000E

Text Example


Text Example

White with #21000E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21000E; }

 p { color: rgb(33,0,14); }

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

background-color css

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

 a { background-color: rgb(33,0,14); }

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

border-color css

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

 span { border-color: rgb(33,0,14); }

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