Html Css Color HEX #C30013 Venetian Red

📋 copy color: '#C30013'

red 195 ◦ green 0 ◦ blue 19

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

Shades of Venetian Red #C30013

Tints of Venetian Red #C30013

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 91.12%
G = 0%
B = 8.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C30013 (or 0xC30013) is known color: Venetian Red. HEX triplet: C3, 00 and 13. RGB value is (195,0,19). Sum of RGB (Red+Green+Blue) = 195+0+19=214 (28% of max value = 765). Red value is 195 (76.56% from 255 or 91.12% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 19 (7.81% from 255 or 8.88% from 214); Max value from RGB is 195 - color contains mainly: red. Hex color #C30013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30013 is #3CFFEC. Grayscale: #3C3C3C. Windows color (decimal): -3997677 or 1245379. OLE color: 1245379.

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

Color convert

RGB 195 0 19 -
CMYK 0 1 0.90 0.24
HSL 354.15º 1% 0.38% -
HSV(B) 354.15º 1% 0.76% -
XYZ 22.62 11.65 1.67 -
YUV 60.47 104.6 223.96 -
System Red Green Blue C M Y K H S L
Decimal 195 0 19 0 1 0.90 0.24 354.15 1 0.38
Hex C3 0 13 0 64 5A 18 162 64 26
Octal 303 0 23 0 144 132 30 542 144 46
Binary 11000011 0 10011 0 1100100 1011010 11000 101100010 1100100 100110

Color Harmonies of #C30013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30013

Black with #C30013

Text Example


Text Example

White with #C30013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30013; }

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

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

background-color css

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

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

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

border-color css

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

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

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