Html Css Color HEX #C30222 Venetian Red

📋 copy color: '#C30222'

red 195 ◦ green 2 ◦ blue 34

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

Shades of Venetian Red #C30222

Tints of Venetian Red #C30222

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.87%

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

R = 84.42%
G = 0.87%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C30222 (or 0xC30222) is known color: Venetian Red. HEX triplet: C3, 02 and 22. RGB value is (195,2,34). Sum of RGB (Red+Green+Blue) = 195+2+34=231 (30% of max value = 765). Red value is 195 (76.56% from 255 or 84.42% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 34 (13.67% from 255 or 14.72% from 231); Max value from RGB is 195 - color contains mainly: red. Hex color #C30222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30222 is #3CFDDD. Grayscale: #3F3F3F. Windows color (decimal): -3997150 or 2228931. OLE color: 2228931.

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

Color convert

RGB 195 2 34 -
CMYK 0 0.99 0.83 0.24
HSL 350.05º 0.98% 0.39% -
HSV(B) 350.05º 0.99% 0.76% -
XYZ 22.82 11.76 2.58 -
YUV 63.36 111.44 221.9 -
System Red Green Blue C M Y K H S L
Decimal 195 2 34 0 0.99 0.83 0.24 350.05 0.98 0.39
Hex C3 2 22 0 63 53 18 15E 62 27
Octal 303 2 42 0 143 123 30 536 142 47
Binary 11000011 10 100010 0 1100011 1010011 11000 101011110 1100010 100111

Color Harmonies of #C30222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30222

Black with #C30222

Text Example


Text Example

White with #C30222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30222; }

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

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

background-color css

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

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

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

border-color css

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

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

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