Html Css Color HEX #C30113 Venetian Red

📋 copy color: '#C30113'

red 195 ◦ green 1 ◦ blue 19

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

Shades of Venetian Red #C30113

Tints of Venetian Red #C30113

RGB

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

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

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

R = 90.7%
G = 0.47%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C30113 (or 0xC30113) is known color: Venetian Red. HEX triplet: C3, 01 and 13. RGB value is (195,1,19). Sum of RGB (Red+Green+Blue) = 195+1+19=215 (28% of max value = 765). Red value is 195 (76.56% from 255 or 90.70% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 19 (7.81% from 255 or 8.84% from 215); Max value from RGB is 195 - color contains mainly: red. Hex color #C30113 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30113 is #3CFEEC. Grayscale: #3D3D3D. Windows color (decimal): -3997421 or 1245635. OLE color: 1245635.

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

Color convert

RGB 195 1 19 -
CMYK 0 0.99 0.90 0.24
HSL 354.43º 0.99% 0.38% -
HSV(B) 354.43º 0.99% 0.76% -
XYZ 22.63 11.67 1.68 -
YUV 61.06 104.27 223.54 -
System Red Green Blue C M Y K H S L
Decimal 195 1 19 0 0.99 0.90 0.24 354.43 0.99 0.38
Hex C3 1 13 0 63 5A 18 162 63 26
Octal 303 1 23 0 143 132 30 542 143 46
Binary 11000011 1 10011 0 1100011 1011010 11000 101100010 1100011 100110

Color Harmonies of #C30113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30113

Black with #C30113

Text Example


Text Example

White with #C30113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30113; }

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

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

background-color css

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

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

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

border-color css

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

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

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