Html Css Color HEX #C00316 Venetian Red

📋 copy color: '#C00316'

red 192 ◦ green 3 ◦ blue 22

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

Shades of Venetian Red #C00316

Tints of Venetian Red #C00316

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.38%

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

R = 88.48%
G = 1.38%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C00316 (or 0xC00316) is known color: Venetian Red. HEX triplet: C0, 03 and 16. RGB value is (192,3,22). Sum of RGB (Red+Green+Blue) = 192+3+22=217 (28% of max value = 765). Red value is 192 (75.39% from 255 or 88.48% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 192 - color contains mainly: red. Hex color #C00316 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00316 is #3FFCE9. Grayscale: #3D3D3D. Windows color (decimal): -4193514 or 1442752. OLE color: 1442752.

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

Color convert

RGB 192 3 22 -
CMYK 0 0.98 0.89 0.25
HSL 353.97º 0.97% 0.38% -
HSV(B) 353.97º 0.98% 0.75% -
XYZ 21.92 11.33 1.79 -
YUV 61.68 105.62 220.96 -
System Red Green Blue C M Y K H S L
Decimal 192 3 22 0 0.98 0.89 0.25 353.97 0.97 0.38
Hex C0 3 16 0 62 59 19 162 61 26
Octal 300 3 26 0 142 131 31 542 141 46
Binary 11000000 11 10110 0 1100010 1011001 11001 101100010 1100001 100110

Color Harmonies of #C00316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00316

Black with #C00316

Text Example


Text Example

White with #C00316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00316; }

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

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

background-color css

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

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

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

border-color css

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

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

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