Html Css Color HEX #C3060E Venetian Red

📋 copy color: '#C3060E'

red 195 ◦ green 6 ◦ blue 14

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

Shades of Venetian Red #C3060E

Tints of Venetian Red #C3060E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.79%

 BLUE value IS 14 (5.86% from 255) = 6.51%

R = 90.7%
G = 2.79%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C3060E (or 0xC3060E) is known color: Venetian Red. HEX triplet: C3, 06 and 0E. RGB value is (195,6,14). Sum of RGB (Red+Green+Blue) = 195+6+14=215 (28% of max value = 765). Red value is 195 (76.56% from 255 or 90.70% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 14 (5.86% from 255 or 6.51% from 215); Max value from RGB is 195 - color contains mainly: red. Hex color #C3060E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C3060E is #3CF9F1. Grayscale: #3F3F3F. Windows color (decimal): -3996146 or 919235. OLE color: 919235.

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

Color convert

RGB 195 6 14 -
CMYK 0 0.97 0.93 0.24
HSL 357.46º 0.94% 0.39% -
HSV(B) 357.46º 0.97% 0.76% -
XYZ 22.65 11.76 1.49 -
YUV 63.42 100.12 221.85 -
System Red Green Blue C M Y K H S L
Decimal 195 6 14 0 0.97 0.93 0.24 357.46 0.94 0.39
Hex C3 6 E 0 61 5D 18 165 5E 27
Octal 303 6 16 0 141 135 30 545 136 47
Binary 11000011 110 1110 0 1100001 1011101 11000 101100101 1011110 100111

Color Harmonies of #C3060E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3060E

Black with #C3060E

Text Example


Text Example

White with #C3060E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3060E; }

 p { color: rgb(195,6,14); }

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

background-color css

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

 a { background-color: rgb(195,6,14); }

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

border-color css

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

 span { border-color: rgb(195,6,14); }

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