Html Css Color HEX #C10022 Venetian Red

📋 copy color: '#C10022'

red 193 ◦ green 0 ◦ blue 34

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

Shades of Venetian Red #C10022

Tints of Venetian Red #C10022

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 85.02%
G = 0%
B = 14.98%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C10022 (or 0xC10022) is known color: Venetian Red. HEX triplet: C1, 00 and 22. RGB value is (193,0,34). Sum of RGB (Red+Green+Blue) = 193+0+34=227 (30% of max value = 765). Red value is 193 (75.78% from 255 or 85.02% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 34 (13.67% from 255 or 14.98% from 227); Max value from RGB is 193 - color contains mainly: red. Hex color #C10022 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10022 is #3EFFDD. Grayscale: #3D3D3D. Windows color (decimal): -4128734 or 2228417. OLE color: 2228417.

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

Color convert

RGB 193 0 34 -
CMYK 0 1 0.82 0.24
HSL 349.43º 1% 0.38% -
HSV(B) 349.43º 1% 0.76% -
XYZ 22.28 11.45 2.55 -
YUV 61.58 112.44 221.74 -
System Red Green Blue C M Y K H S L
Decimal 193 0 34 0 1 0.82 0.24 349.43 1 0.38
Hex C1 0 22 0 64 52 18 15D 64 26
Octal 301 0 42 0 144 122 30 535 144 46
Binary 11000001 0 100010 0 1100100 1010010 11000 101011101 1100100 100110

Color Harmonies of #C10022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10022

Black with #C10022

Text Example


Text Example

White with #C10022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10022; }

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

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

background-color css

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

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

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

border-color css

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

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

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