Html Css Color HEX #C30122 Venetian Red

📋 copy color: '#C30122'

red 195 ◦ green 1 ◦ blue 34

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

Shades of Venetian Red #C30122

Tints of Venetian Red #C30122

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 84.78%
G = 0.43%
B = 14.78%

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

#C30122 (or 0xC30122) is known color: Venetian Red. HEX triplet: C3, 01 and 22. RGB value is (195,1,34). Sum of RGB (Red+Green+Blue) = 195+1+34=230 (30% of max value = 765). Red value is 195 (76.56% from 255 or 84.78% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 34 (13.67% from 255 or 14.78% from 230); Max value from RGB is 195 - color contains mainly: red. Hex color #C30122 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30122 is #3CFEDD. Grayscale: #3E3E3E. Windows color (decimal): -3997406 or 2228675. OLE color: 2228675.

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

Color convert

RGB 195 1 34 -
CMYK 0 0.99 0.83 0.24
HSL 349.79º 0.99% 0.38% -
HSV(B) 349.79º 0.99% 0.76% -
XYZ 22.81 11.74 2.58 -
YUV 62.77 111.77 222.32 -
System Red Green Blue C M Y K H S L
Decimal 195 1 34 0 0.99 0.83 0.24 349.79 0.99 0.38
Hex C3 1 22 0 63 53 18 15E 63 26
Octal 303 1 42 0 143 123 30 536 143 46
Binary 11000011 1 100010 0 1100011 1010011 11000 101011110 1100011 100110

Color Harmonies of #C30122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30122

Black with #C30122

Text Example


Text Example

White with #C30122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30122; }

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

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

background-color css

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

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

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

border-color css

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

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

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