Html Css Color HEX #C30916 Venetian Red

📋 copy color: '#C30916'

red 195 ◦ green 9 ◦ blue 22

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

Shades of Venetian Red #C30916

Tints of Venetian Red #C30916

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.98%

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

R = 86.28%
G = 3.98%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C30916 (or 0xC30916) is known color: Venetian Red. HEX triplet: C3, 09 and 16. RGB value is (195,9,22). Sum of RGB (Red+Green+Blue) = 195+9+22=226 (29% of max value = 765). Red value is 195 (76.56% from 255 or 86.28% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 22 (8.98% from 255 or 9.73% from 226); Max value from RGB is 195 - color contains mainly: red. Hex color #C30916 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30916 is #3CF6E9. Grayscale: #424242. Windows color (decimal): -3995370 or 1444291. OLE color: 1444291.

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

Color convert

RGB 195 9 22 -
CMYK 0 0.95 0.89 0.24
HSL 355.81º 0.91% 0.4% -
HSV(B) 355.81º 0.95% 0.76% -
XYZ 22.75 11.86 1.85 -
YUV 66.1 103.12 219.94 -
System Red Green Blue C M Y K H S L
Decimal 195 9 22 0 0.95 0.89 0.24 355.81 0.91 0.4
Hex C3 9 16 0 5F 59 18 164 5B 28
Octal 303 11 26 0 137 131 30 544 133 50
Binary 11000011 1001 10110 0 1011111 1011001 11000 101100100 1011011 101000

Color Harmonies of #C30916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30916

Black with #C30916

Text Example


Text Example

White with #C30916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30916; }

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

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

background-color css

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

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

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

border-color css

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

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

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