Html Css Color HEX #C30313 Venetian Red

📋 copy color: '#C30313'

red 195 ◦ green 3 ◦ blue 19

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

Shades of Venetian Red #C30313

Tints of Venetian Red #C30313

RGB

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

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

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

R = 89.86%
G = 1.38%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C30313 (or 0xC30313) is known color: Venetian Red. HEX triplet: C3, 03 and 13. RGB value is (195,3,19). Sum of RGB (Red+Green+Blue) = 195+3+19=217 (28% of max value = 765). Red value is 195 (76.56% from 255 or 89.86% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 19 (7.81% from 255 or 8.76% from 217); Max value from RGB is 195 - color contains mainly: red. Hex color #C30313 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30313 is #3CFCEC. Grayscale: #3E3E3E. Windows color (decimal): -3996909 or 1246147. OLE color: 1246147.

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

Color convert

RGB 195 3 19 -
CMYK 0 0.98 0.90 0.24
HSL 355º 0.97% 0.39% -
HSV(B) 355º 0.98% 0.76% -
XYZ 22.66 11.71 1.68 -
YUV 62.23 103.61 222.7 -
System Red Green Blue C M Y K H S L
Decimal 195 3 19 0 0.98 0.90 0.24 355 0.97 0.39
Hex C3 3 13 0 62 5A 18 163 61 27
Octal 303 3 23 0 142 132 30 543 141 47
Binary 11000011 11 10011 0 1100010 1011010 11000 101100011 1100001 100111

Color Harmonies of #C30313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30313

Black with #C30313

Text Example


Text Example

White with #C30313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30313; }

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

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

background-color css

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

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

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

border-color css

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

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

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