Html Css Color HEX #C00813 Venetian Red

📋 copy color: '#C00813'

red 192 ◦ green 8 ◦ blue 19

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

Shades of Venetian Red #C00813

Tints of Venetian Red #C00813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.68%

R = 87.67%
G = 3.65%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C00813 (or 0xC00813) is known color: Venetian Red. HEX triplet: C0, 08 and 13. RGB value is (192,8,19). Sum of RGB (Red+Green+Blue) = 192+8+19=219 (29% of max value = 765). Red value is 192 (75.39% from 255 or 87.67% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 192 - color contains mainly: red. Hex color #C00813 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00813 is #3FF7EC. Grayscale: #404040. Windows color (decimal): -4192237 or 1247424. OLE color: 1247424.

HSL color Cylindrical-coordinate representation of color #C00813: hue angle of 356.41º 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 #C00813 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 8 19 -
CMYK 0 0.96 0.90 0.25
HSL 356.41º 0.92% 0.39% -
HSV(B) 356.41º 0.96% 0.75% -
XYZ 21.94 11.43 1.67 -
YUV 64.27 102.46 219.11 -
System Red Green Blue C M Y K H S L
Decimal 192 8 19 0 0.96 0.90 0.25 356.41 0.92 0.39
Hex C0 8 13 0 60 5A 19 164 5C 27
Octal 300 10 23 0 140 132 31 544 134 47
Binary 11000000 1000 10011 0 1100000 1011010 11001 101100100 1011100 100111

Color Harmonies of #C00813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00813

Black with #C00813

Text Example


Text Example

White with #C00813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00813; }

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

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

background-color css

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

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

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

border-color css

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

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

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