Html Css Color HEX #C30115 Venetian Red

📋 copy color: '#C30115'

red 195 ◦ green 1 ◦ blue 21

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

Shades of Venetian Red #C30115

Tints of Venetian Red #C30115

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

 BLUE value IS 21 (8.59% from 255) = 9.68%

R = 89.86%
G = 0.46%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C30115 (or 0xC30115) is known color: Venetian Red. HEX triplet: C3, 01 and 15. RGB value is (195,1,21). Sum of RGB (Red+Green+Blue) = 195+1+21=217 (28% of max value = 765). Red value is 195 (76.56% from 255 or 89.86% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 195 - color contains mainly: red. Hex color #C30115 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30115 is #3CFEEA. Grayscale: #3D3D3D. Windows color (decimal): -3997419 or 1376707. OLE color: 1376707.

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

Color convert

RGB 195 1 21 -
CMYK 0 0.99 0.89 0.24
HSL 353.81º 0.99% 0.38% -
HSV(B) 353.81º 0.99% 0.76% -
XYZ 22.65 11.68 1.77 -
YUV 61.29 105.27 223.37 -
System Red Green Blue C M Y K H S L
Decimal 195 1 21 0 0.99 0.89 0.24 353.81 0.99 0.38
Hex C3 1 15 0 63 59 18 162 63 26
Octal 303 1 25 0 143 131 30 542 143 46
Binary 11000011 1 10101 0 1100011 1011001 11000 101100010 1100011 100110

Color Harmonies of #C30115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30115

Black with #C30115

Text Example


Text Example

White with #C30115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30115; }

 p { color: rgb(195,1,21); }

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

background-color css

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

 a { background-color: rgb(195,1,21); }

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

border-color css

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

 span { border-color: rgb(195,1,21); }

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