Html Css Color HEX #C30513 Venetian Red

📋 copy color: '#C30513'

red 195 ◦ green 5 ◦ blue 19

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

Shades of Venetian Red #C30513

Tints of Venetian Red #C30513

RGB

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

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

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

R = 89.04%
G = 2.28%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C30513 (or 0xC30513) is known color: Venetian Red. HEX triplet: C3, 05 and 13. RGB value is (195,5,19). Sum of RGB (Red+Green+Blue) = 195+5+19=219 (29% of max value = 765). Red value is 195 (76.56% from 255 or 89.04% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 195 - color contains mainly: red. Hex color #C30513 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30513 is #3CFAEC. Grayscale: #3F3F3F. Windows color (decimal): -3996397 or 1246659. OLE color: 1246659.

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

Color convert

RGB 195 5 19 -
CMYK 0 0.97 0.90 0.24
HSL 355.58º 0.95% 0.39% -
HSV(B) 355.58º 0.97% 0.76% -
XYZ 22.68 11.76 1.69 -
YUV 63.41 102.95 221.86 -
System Red Green Blue C M Y K H S L
Decimal 195 5 19 0 0.97 0.90 0.24 355.58 0.95 0.39
Hex C3 5 13 0 61 5A 18 164 5F 27
Octal 303 5 23 0 141 132 30 544 137 47
Binary 11000011 101 10011 0 1100001 1011010 11000 101100100 1011111 100111

Color Harmonies of #C30513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30513

Black with #C30513

Text Example


Text Example

White with #C30513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30513; }

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

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

background-color css

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

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

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

border-color css

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

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

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