Html Css Color HEX #C00720 Venetian Red

📋 copy color: '#C00720'

red 192 ◦ green 7 ◦ blue 32

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

Shades of Venetian Red #C00720

Tints of Venetian Red #C00720

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.03%

 BLUE value IS 32 (12.89% from 255) = 13.85%

R = 83.12%
G = 3.03%
B = 13.85%

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

#C00720 (or 0xC00720) is known color: Venetian Red. HEX triplet: C0, 07 and 20. RGB value is (192,7,32). Sum of RGB (Red+Green+Blue) = 192+7+32=231 (30% of max value = 765). Red value is 192 (75.39% from 255 or 83.12% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 32 (12.89% from 255 or 13.85% from 231); Max value from RGB is 192 - color contains mainly: red. Hex color #C00720 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00720 is #3FF8DF. Grayscale: #414141. Windows color (decimal): -4192480 or 2099136. OLE color: 2099136.

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

Color convert

RGB 192 7 32 -
CMYK 0 0.96 0.83 0.25
HSL 351.89º 0.93% 0.39% -
HSV(B) 351.89º 0.96% 0.75% -
XYZ 22.07 11.46 2.42 -
YUV 65.17 109.29 218.47 -
System Red Green Blue C M Y K H S L
Decimal 192 7 32 0 0.96 0.83 0.25 351.89 0.93 0.39
Hex C0 7 20 0 60 53 19 160 5D 27
Octal 300 7 40 0 140 123 31 540 135 47
Binary 11000000 111 100000 0 1100000 1010011 11001 101100000 1011101 100111

Color Harmonies of #C00720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00720

Black with #C00720

Text Example


Text Example

White with #C00720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00720; }

 p { color: rgb(192,7,32); }

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

background-color css

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

 a { background-color: rgb(192,7,32); }

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

border-color css

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

 span { border-color: rgb(192,7,32); }

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