Html Css Color HEX #C10822 Venetian Red

📋 copy color: '#C10822'

red 193 ◦ green 8 ◦ blue 34

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

Shades of Venetian Red #C10822

Tints of Venetian Red #C10822

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.4%

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

R = 82.13%
G = 3.4%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C10822 (or 0xC10822) is known color: Venetian Red. HEX triplet: C1, 08 and 22. RGB value is (193,8,34). Sum of RGB (Red+Green+Blue) = 193+8+34=235 (31% of max value = 765). Red value is 193 (75.78% from 255 or 82.13% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 34 (13.67% from 255 or 14.47% from 235); Max value from RGB is 193 - color contains mainly: red. Hex color #C10822 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10822 is #3EF7DD. Grayscale: #424242. Windows color (decimal): -4126686 or 2230465. OLE color: 2230465.

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

Color convert

RGB 193 8 34 -
CMYK 0 0.96 0.82 0.24
HSL 351.57º 0.92% 0.39% -
HSV(B) 351.57º 0.96% 0.76% -
XYZ 22.37 11.63 2.58 -
YUV 66.28 109.79 218.39 -
System Red Green Blue C M Y K H S L
Decimal 193 8 34 0 0.96 0.82 0.24 351.57 0.92 0.39
Hex C1 8 22 0 60 52 18 160 5C 27
Octal 301 10 42 0 140 122 30 540 134 47
Binary 11000001 1000 100010 0 1100000 1010010 11000 101100000 1011100 100111

Color Harmonies of #C10822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10822

Black with #C10822

Text Example


Text Example

White with #C10822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10822; }

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

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

background-color css

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

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

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

border-color css

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

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

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