Html Css Color HEX #C1022A Venetian Red

📋 copy color: '#C1022A'

red 193 ◦ green 2 ◦ blue 42

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

Shades of Venetian Red #C1022A

Tints of Venetian Red #C1022A

RGB

 RED value IS 193 (75.78% from 255) = 81.43%

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

 BLUE value IS 42 (16.8% from 255) = 17.72%

R = 81.43%
G = 0.84%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C1022A (or 0xC1022A) is known color: Venetian Red. HEX triplet: C1, 02 and 2A. RGB value is (193,2,42). Sum of RGB (Red+Green+Blue) = 193+2+42=237 (31% of max value = 765). Red value is 193 (75.78% from 255 or 81.43% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 42 (16.80% from 255 or 17.72% from 237); Max value from RGB is 193 - color contains mainly: red. Hex color #C1022A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1022A is #3EFDD5. Grayscale: #3F3F3F. Windows color (decimal): -4128214 or 2753217. OLE color: 2753217.

HSL color Cylindrical-coordinate representation of color #C1022A: hue angle of 347.43º degrees, saturation: 0.98, 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 #C1022A is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 2 42 -
CMYK 0 0.99 0.78 0.24
HSL 347.43º 0.98% 0.38% -
HSV(B) 347.43º 0.99% 0.76% -
XYZ 22.43 11.55 3.24 -
YUV 63.67 115.78 220.25 -
System Red Green Blue C M Y K H S L
Decimal 193 2 42 0 0.99 0.78 0.24 347.43 0.98 0.38
Hex C1 2 2A 0 63 4E 18 15B 62 26
Octal 301 2 52 0 143 116 30 533 142 46
Binary 11000001 10 101010 0 1100011 1001110 11000 101011011 1100010 100110

Color Harmonies of #C1022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1022A

Black with #C1022A

Text Example


Text Example

White with #C1022A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1022A; }

 p { color: rgb(193,2,42); }

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

background-color css

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

 a { background-color: rgb(193,2,42); }

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

border-color css

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

 span { border-color: rgb(193,2,42); }

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