Html Css Color HEX #C10826 Venetian Red

📋 copy color: '#C10826'

red 193 ◦ green 8 ◦ blue 38

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

Shades of Venetian Red #C10826

Tints of Venetian Red #C10826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.9%

R = 80.75%
G = 3.35%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C10826 (or 0xC10826) is known color: Venetian Red. HEX triplet: C1, 08 and 26. RGB value is (193,8,38). Sum of RGB (Red+Green+Blue) = 193+8+38=239 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.75% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 38 (15.23% from 255 or 15.90% from 239); Max value from RGB is 193 - color contains mainly: red. Hex color #C10826 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10826 is #3EF7D9. Grayscale: #424242. Windows color (decimal): -4126682 or 2492609. OLE color: 2492609.

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

Color convert

RGB 193 8 38 -
CMYK 0 0.96 0.80 0.24
HSL 350.27º 0.92% 0.39% -
HSV(B) 350.27º 0.96% 0.76% -
XYZ 22.43 11.65 2.9 -
YUV 66.74 111.79 218.06 -
System Red Green Blue C M Y K H S L
Decimal 193 8 38 0 0.96 0.80 0.24 350.27 0.92 0.39
Hex C1 8 26 0 60 50 18 15E 5C 27
Octal 301 10 46 0 140 120 30 536 134 47
Binary 11000001 1000 100110 0 1100000 1010000 11000 101011110 1011100 100111

Color Harmonies of #C10826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10826

Black with #C10826

Text Example


Text Example

White with #C10826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10826; }

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

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

background-color css

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

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

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

border-color css

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

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

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