Html Css Color HEX #C30722 Venetian Red

📋 copy color: '#C30722'

red 195 ◦ green 7 ◦ blue 34

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

Shades of Venetian Red #C30722

Tints of Venetian Red #C30722

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 14.41%

R = 82.63%
G = 2.97%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C30722 (or 0xC30722) is known color: Venetian Red. HEX triplet: C3, 07 and 22. RGB value is (195,7,34). Sum of RGB (Red+Green+Blue) = 195+7+34=236 (31% of max value = 765). Red value is 195 (76.56% from 255 or 82.63% from 236); Green value is 7 (3.12% from 255 or 2.97% from 236); Blue value is 34 (13.67% from 255 or 14.41% from 236); Max value from RGB is 195 - color contains mainly: red. Hex color #C30722 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30722 is #3CF8DD. Grayscale: #424242. Windows color (decimal): -3995870 or 2230211. OLE color: 2230211.

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

Color convert

RGB 195 7 34 -
CMYK 0 0.96 0.83 0.24
HSL 351.38º 0.93% 0.4% -
HSV(B) 351.38º 0.96% 0.76% -
XYZ 22.87 11.87 2.6 -
YUV 66.29 109.78 219.8 -
System Red Green Blue C M Y K H S L
Decimal 195 7 34 0 0.96 0.83 0.24 351.38 0.93 0.4
Hex C3 7 22 0 60 53 18 15F 5D 28
Octal 303 7 42 0 140 123 30 537 135 50
Binary 11000011 111 100010 0 1100000 1010011 11000 101011111 1011101 101000

Color Harmonies of #C30722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30722

Black with #C30722

Text Example


Text Example

White with #C30722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30722; }

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

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

background-color css

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

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

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

border-color css

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

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

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