Html Css Color HEX #C3070C Venetian Red

📋 copy color: '#C3070C'

red 195 ◦ green 7 ◦ blue 12

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

Shades of Venetian Red #C3070C

Tints of Venetian Red #C3070C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.61%

R = 91.12%
G = 3.27%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C3070C (or 0xC3070C) is known color: Venetian Red. HEX triplet: C3, 07 and 0C. RGB value is (195,7,12). Sum of RGB (Red+Green+Blue) = 195+7+12=214 (28% of max value = 765). Red value is 195 (76.56% from 255 or 91.12% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 12 (5.08% from 255 or 5.61% from 214); Max value from RGB is 195 - color contains mainly: red. Hex color #C3070C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C3070C is #3CF8F3. Grayscale: #3F3F3F. Windows color (decimal): -3995892 or 788419. OLE color: 788419.

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

Color convert

RGB 195 7 12 -
CMYK 0 0.96 0.94 0.24
HSL 358.4º 0.93% 0.4% -
HSV(B) 358.4º 0.96% 0.76% -
XYZ 22.65 11.78 1.43 -
YUV 63.78 98.78 221.59 -
System Red Green Blue C M Y K H S L
Decimal 195 7 12 0 0.96 0.94 0.24 358.4 0.93 0.4
Hex C3 7 C 0 60 5E 18 166 5D 28
Octal 303 7 14 0 140 136 30 546 135 50
Binary 11000011 111 1100 0 1100000 1011110 11000 101100110 1011101 101000

Color Harmonies of #C3070C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3070C

Black with #C3070C

Text Example


Text Example

White with #C3070C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3070C; }

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

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

background-color css

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

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

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

border-color css

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

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

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