Html Css Color HEX #C30516 Venetian Red

📋 copy color: '#C30516'

red 195 ◦ green 5 ◦ blue 22

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

Shades of Venetian Red #C30516

Tints of Venetian Red #C30516

RGB

 RED value IS 195 (76.56% from 255) = 87.84%

 GREEN value IS 5 (2.34% from 255) = 2.25%

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

R = 87.84%
G = 2.25%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C30516 (or 0xC30516) is known color: Venetian Red. HEX triplet: C3, 05 and 16. RGB value is (195,5,22). Sum of RGB (Red+Green+Blue) = 195+5+22=222 (29% of max value = 765). Red value is 195 (76.56% from 255 or 87.84% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 22 (8.98% from 255 or 9.91% from 222); Max value from RGB is 195 - color contains mainly: red. Hex color #C30516 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30516 is #3CFAE9. Grayscale: #3F3F3F. Windows color (decimal): -3996394 or 1443267. OLE color: 1443267.

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

Color convert

RGB 195 5 22 -
CMYK 0 0.97 0.89 0.24
HSL 354.63º 0.95% 0.39% -
HSV(B) 354.63º 0.97% 0.76% -
XYZ 22.7 11.77 1.83 -
YUV 63.75 104.45 221.62 -
System Red Green Blue C M Y K H S L
Decimal 195 5 22 0 0.97 0.89 0.24 354.63 0.95 0.39
Hex C3 5 16 0 61 59 18 163 5F 27
Octal 303 5 26 0 141 131 30 543 137 47
Binary 11000011 101 10110 0 1100001 1011001 11000 101100011 1011111 100111

Color Harmonies of #C30516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30516

Black with #C30516

Text Example


Text Example

White with #C30516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30516; }

 p { color: rgb(195,5,22); }

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

background-color css

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

 a { background-color: rgb(195,5,22); }

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

border-color css

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

 span { border-color: rgb(195,5,22); }

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