Html Css Color HEX #C10222 Venetian Red

📋 copy color: '#C10222'

red 193 ◦ green 2 ◦ blue 34

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

Shades of Venetian Red #C10222

Tints of Venetian Red #C10222

RGB

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

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

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

R = 84.28%
G = 0.87%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C10222 (or 0xC10222) is known color: Venetian Red. HEX triplet: C1, 02 and 22. RGB value is (193,2,34). Sum of RGB (Red+Green+Blue) = 193+2+34=229 (30% of max value = 765). Red value is 193 (75.78% from 255 or 84.28% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 34 (13.67% from 255 or 14.85% from 229); Max value from RGB is 193 - color contains mainly: red. Hex color #C10222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10222 is #3EFDDD. Grayscale: #3E3E3E. Windows color (decimal): -4128222 or 2228929. OLE color: 2228929.

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

Color convert

RGB 193 2 34 -
CMYK 0 0.99 0.82 0.24
HSL 349.95º 0.98% 0.38% -
HSV(B) 349.95º 0.99% 0.76% -
XYZ 22.3 11.5 2.56 -
YUV 62.76 111.78 220.9 -
System Red Green Blue C M Y K H S L
Decimal 193 2 34 0 0.99 0.82 0.24 349.95 0.98 0.38
Hex C1 2 22 0 63 52 18 15E 62 26
Octal 301 2 42 0 143 122 30 536 142 46
Binary 11000001 10 100010 0 1100011 1010010 11000 101011110 1100010 100110

Color Harmonies of #C10222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10222

Black with #C10222

Text Example


Text Example

White with #C10222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10222; }

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

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

background-color css

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

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

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

border-color css

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

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

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