Html Css Color HEX #C1022E Venetian Red

📋 copy color: '#C1022E'

red 193 ◦ green 2 ◦ blue 46

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

Shades of Venetian Red #C1022E

Tints of Venetian Red #C1022E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 19.09%

R = 80.08%
G = 0.83%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C1022E (or 0xC1022E) is known color: Venetian Red. HEX triplet: C1, 02 and 2E. RGB value is (193,2,46). Sum of RGB (Red+Green+Blue) = 193+2+46=241 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.08% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 193 - color contains mainly: red. Hex color #C1022E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1022E is #3EFDD1. Grayscale: #404040. Windows color (decimal): -4128210 or 3015361. OLE color: 3015361.

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

Color convert

RGB 193 2 46 -
CMYK 0 0.99 0.76 0.24
HSL 346.18º 0.98% 0.38% -
HSV(B) 346.18º 0.99% 0.76% -
XYZ 22.51 11.58 3.63 -
YUV 64.13 117.78 219.92 -
System Red Green Blue C M Y K H S L
Decimal 193 2 46 0 0.99 0.76 0.24 346.18 0.98 0.38
Hex C1 2 2E 0 63 4C 18 15A 62 26
Octal 301 2 56 0 143 114 30 532 142 46
Binary 11000001 10 101110 0 1100011 1001100 11000 101011010 1100010 100110

Color Harmonies of #C1022E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1022E

Black with #C1022E

Text Example


Text Example

White with #C1022E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1022E; }

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

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

background-color css

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

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

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

border-color css

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

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

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