Html Css Color HEX #C3071B Venetian Red

📋 copy color: '#C3071B'

red 195 ◦ green 7 ◦ blue 27

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

Shades of Venetian Red #C3071B

Tints of Venetian Red #C3071B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.79%

R = 85.15%
G = 3.06%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C3071B (or 0xC3071B) is known color: Venetian Red. HEX triplet: C3, 07 and 1B. RGB value is (195,7,27). Sum of RGB (Red+Green+Blue) = 195+7+27=229 (30% of max value = 765). Red value is 195 (76.56% from 255 or 85.15% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 27 (10.94% from 255 or 11.79% from 229); Max value from RGB is 195 - color contains mainly: red. Hex color #C3071B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3071B is #3CF8E4. Grayscale: #414141. Windows color (decimal): -3995877 or 1771459. OLE color: 1771459.

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

Color convert

RGB 195 7 27 -
CMYK 0 0.96 0.86 0.24
HSL 353.62º 0.93% 0.4% -
HSV(B) 353.62º 0.96% 0.76% -
XYZ 22.78 11.83 2.12 -
YUV 65.49 106.28 220.37 -
System Red Green Blue C M Y K H S L
Decimal 195 7 27 0 0.96 0.86 0.24 353.62 0.93 0.4
Hex C3 7 1B 0 60 56 18 162 5D 28
Octal 303 7 33 0 140 126 30 542 135 50
Binary 11000011 111 11011 0 1100000 1010110 11000 101100010 1011101 101000

Color Harmonies of #C3071B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3071B

Black with #C3071B

Text Example


Text Example

White with #C3071B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3071B; }

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

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

background-color css

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

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

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

border-color css

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

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

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