Html Css Color HEX #C1022C Venetian Red

📋 copy color: '#C1022C'

red 193 ◦ green 2 ◦ blue 44

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

Shades of Venetian Red #C1022C

Tints of Venetian Red #C1022C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.41%

R = 80.75%
G = 0.84%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C1022C (or 0xC1022C) is known color: Venetian Red. HEX triplet: C1, 02 and 2C. RGB value is (193,2,44). Sum of RGB (Red+Green+Blue) = 193+2+44=239 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.75% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 193 - color contains mainly: red. Hex color #C1022C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1022C is #3EFDD3. Grayscale: #3F3F3F. Windows color (decimal): -4128212 or 2884289. OLE color: 2884289.

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

Color convert

RGB 193 2 44 -
CMYK 0 0.99 0.77 0.24
HSL 346.81º 0.98% 0.38% -
HSV(B) 346.81º 0.99% 0.76% -
XYZ 22.47 11.56 3.43 -
YUV 63.9 116.78 220.08 -
System Red Green Blue C M Y K H S L
Decimal 193 2 44 0 0.99 0.77 0.24 346.81 0.98 0.38
Hex C1 2 2C 0 63 4D 18 15B 62 26
Octal 301 2 54 0 143 115 30 533 142 46
Binary 11000001 10 101100 0 1100011 1001101 11000 101011011 1100010 100110

Color Harmonies of #C1022C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1022C

Black with #C1022C

Text Example


Text Example

White with #C1022C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1022C; }

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

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

background-color css

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

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

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

border-color css

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

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

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