Html Css Color HEX #C30713 Venetian Red

📋 copy color: '#C30713'

red 195 ◦ green 7 ◦ blue 19

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

Shades of Venetian Red #C30713

Tints of Venetian Red #C30713

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.17%

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

R = 88.24%
G = 3.17%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C30713 (or 0xC30713) is known color: Venetian Red. HEX triplet: C3, 07 and 13. RGB value is (195,7,19). Sum of RGB (Red+Green+Blue) = 195+7+19=221 (29% of max value = 765). Red value is 195 (76.56% from 255 or 88.24% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 195 - color contains mainly: red. Hex color #C30713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30713 is #3CF8EC. Grayscale: #404040. Windows color (decimal): -3995885 or 1247171. OLE color: 1247171.

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

Color convert

RGB 195 7 19 -
CMYK 0 0.96 0.90 0.24
HSL 356.17º 0.93% 0.4% -
HSV(B) 356.17º 0.96% 0.76% -
XYZ 22.7 11.8 1.7 -
YUV 64.58 102.28 221.02 -
System Red Green Blue C M Y K H S L
Decimal 195 7 19 0 0.96 0.90 0.24 356.17 0.93 0.4
Hex C3 7 13 0 60 5A 18 164 5D 28
Octal 303 7 23 0 140 132 30 544 135 50
Binary 11000011 111 10011 0 1100000 1011010 11000 101100100 1011101 101000

Color Harmonies of #C30713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30713

Black with #C30713

Text Example


Text Example

White with #C30713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30713; }

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

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

background-color css

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

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

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

border-color css

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

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

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