Html Css Color HEX #C00616 Venetian Red

📋 copy color: '#C00616'

red 192 ◦ green 6 ◦ blue 22

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

Shades of Venetian Red #C00616

Tints of Venetian Red #C00616

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.73%

 BLUE value IS 22 (8.98% from 255) = 10%

R = 87.27%
G = 2.73%
B = 10%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C00616 (or 0xC00616) is known color: Venetian Red. HEX triplet: C0, 06 and 16. RGB value is (192,6,22). Sum of RGB (Red+Green+Blue) = 192+6+22=220 (29% of max value = 765). Red value is 192 (75.39% from 255 or 87.27% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 22 (8.98% from 255 or 10% from 220); Max value from RGB is 192 - color contains mainly: red. Hex color #C00616 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00616 is #3FF9E9. Grayscale: #3F3F3F. Windows color (decimal): -4192746 or 1443520. OLE color: 1443520.

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

Color convert

RGB 192 6 22 -
CMYK 0 0.97 0.89 0.25
HSL 354.84º 0.94% 0.39% -
HSV(B) 354.84º 0.97% 0.75% -
XYZ 21.95 11.39 1.8 -
YUV 63.44 104.62 219.7 -
System Red Green Blue C M Y K H S L
Decimal 192 6 22 0 0.97 0.89 0.25 354.84 0.94 0.39
Hex C0 6 16 0 61 59 19 163 5E 27
Octal 300 6 26 0 141 131 31 543 136 47
Binary 11000000 110 10110 0 1100001 1011001 11001 101100011 1011110 100111

Color Harmonies of #C00616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00616

Black with #C00616

Text Example


Text Example

White with #C00616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00616; }

 p { color: rgb(192,6,22); }

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

background-color css

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

 a { background-color: rgb(192,6,22); }

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

border-color css

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

 span { border-color: rgb(192,6,22); }

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