Html Css Color HEX #C30322 Venetian Red

📋 copy color: '#C30322'

red 195 ◦ green 3 ◦ blue 34

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

Shades of Venetian Red #C30322

Tints of Venetian Red #C30322

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.29%

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

R = 84.05%
G = 1.29%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C30322 (or 0xC30322) is known color: Venetian Red. HEX triplet: C3, 03 and 22. RGB value is (195,3,34). Sum of RGB (Red+Green+Blue) = 195+3+34=232 (30% of max value = 765). Red value is 195 (76.56% from 255 or 84.05% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 34 (13.67% from 255 or 14.66% from 232); Max value from RGB is 195 - color contains mainly: red. Hex color #C30322 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30322 is #3CFCDD. Grayscale: #404040. Windows color (decimal): -3996894 or 2229187. OLE color: 2229187.

HSL color Cylindrical-coordinate representation of color #C30322: hue angle of 350.31º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C30322 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 3 34 -
CMYK 0 0.98 0.83 0.24
HSL 350.31º 0.97% 0.39% -
HSV(B) 350.31º 0.98% 0.76% -
XYZ 22.83 11.78 2.58 -
YUV 63.94 111.11 221.48 -
System Red Green Blue C M Y K H S L
Decimal 195 3 34 0 0.98 0.83 0.24 350.31 0.97 0.39
Hex C3 3 22 0 62 53 18 15E 61 27
Octal 303 3 42 0 142 123 30 536 141 47
Binary 11000011 11 100010 0 1100010 1010011 11000 101011110 1100001 100111

Color Harmonies of #C30322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30322

Black with #C30322

Text Example


Text Example

White with #C30322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30322; }

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

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

background-color css

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

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

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

border-color css

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

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

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