Html Css Color HEX #C00713 Venetian Red

📋 copy color: '#C00713'

red 192 ◦ green 7 ◦ blue 19

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

Shades of Venetian Red #C00713

Tints of Venetian Red #C00713

RGB

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

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

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

R = 88.07%
G = 3.21%
B = 8.72%

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

#C00713 (or 0xC00713) is known color: Venetian Red. HEX triplet: C0, 07 and 13. RGB value is (192,7,19). Sum of RGB (Red+Green+Blue) = 192+7+19=218 (28% of max value = 765). Red value is 192 (75.39% from 255 or 88.07% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 19 (7.81% from 255 or 8.72% from 218); Max value from RGB is 192 - color contains mainly: red. Hex color #C00713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00713 is #3FF8EC. Grayscale: #3F3F3F. Windows color (decimal): -4192493 or 1247168. OLE color: 1247168.

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

Color convert

RGB 192 7 19 -
CMYK 0 0.96 0.90 0.25
HSL 356.11º 0.93% 0.39% -
HSV(B) 356.11º 0.96% 0.75% -
XYZ 21.93 11.41 1.66 -
YUV 63.68 102.79 219.52 -
System Red Green Blue C M Y K H S L
Decimal 192 7 19 0 0.96 0.90 0.25 356.11 0.93 0.39
Hex C0 7 13 0 60 5A 19 164 5D 27
Octal 300 7 23 0 140 132 31 544 135 47
Binary 11000000 111 10011 0 1100000 1011010 11001 101100100 1011101 100111

Color Harmonies of #C00713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00713

Black with #C00713

Text Example


Text Example

White with #C00713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00713; }

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

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

background-color css

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

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

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

border-color css

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

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

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