Html Css Color HEX #C00821 Venetian Red

📋 copy color: '#C00821'

red 192 ◦ green 8 ◦ blue 33

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

Shades of Venetian Red #C00821

Tints of Venetian Red #C00821

RGB

 RED value IS 192 (75.39% from 255) = 82.4%

 GREEN value IS 8 (3.52% from 255) = 3.43%

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

R = 82.4%
G = 3.43%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C00821 (or 0xC00821) is known color: Venetian Red. HEX triplet: C0, 08 and 21. RGB value is (192,8,33). Sum of RGB (Red+Green+Blue) = 192+8+33=233 (30% of max value = 765). Red value is 192 (75.39% from 255 or 82.40% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 33 (13.28% from 255 or 14.16% from 233); Max value from RGB is 192 - color contains mainly: red. Hex color #C00821 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00821 is #3FF7DE. Grayscale: #414141. Windows color (decimal): -4192223 or 2164928. OLE color: 2164928.

HSL color Cylindrical-coordinate representation of color #C00821: hue angle of 351.85º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C00821 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 8 33 -
CMYK 0 0.96 0.83 0.25
HSL 351.85º 0.92% 0.39% -
HSV(B) 351.85º 0.96% 0.75% -
XYZ 22.1 11.49 2.49 -
YUV 65.87 109.46 217.97 -
System Red Green Blue C M Y K H S L
Decimal 192 8 33 0 0.96 0.83 0.25 351.85 0.92 0.39
Hex C0 8 21 0 60 53 19 160 5C 27
Octal 300 10 41 0 140 123 31 540 134 47
Binary 11000000 1000 100001 0 1100000 1010011 11001 101100000 1011100 100111

Color Harmonies of #C00821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00821

Black with #C00821

Text Example


Text Example

White with #C00821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00821; }

 p { color: rgb(192,8,33); }

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

background-color css

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

 a { background-color: rgb(192,8,33); }

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

border-color css

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

 span { border-color: rgb(192,8,33); }

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