Html Css Color HEX #C10926 Venetian Red

📋 copy color: '#C10926'

red 193 ◦ green 9 ◦ blue 38

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

Shades of Venetian Red #C10926

Tints of Venetian Red #C10926

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.75%

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

R = 80.42%
G = 3.75%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C10926 (or 0xC10926) is known color: Venetian Red. HEX triplet: C1, 09 and 26. RGB value is (193,9,38). Sum of RGB (Red+Green+Blue) = 193+9+38=240 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.42% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 38 (15.23% from 255 or 15.83% from 240); Max value from RGB is 193 - color contains mainly: red. Hex color #C10926 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10926 is #3EF6D9. Grayscale: #434343. Windows color (decimal): -4126426 or 2492865. OLE color: 2492865.

HSL color Cylindrical-coordinate representation of color #C10926: hue angle of 350.54º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10926 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 9 38 -
CMYK 0 0.95 0.80 0.24
HSL 350.54º 0.91% 0.4% -
HSV(B) 350.54º 0.95% 0.76% -
XYZ 22.44 11.67 2.9 -
YUV 67.32 111.46 217.64 -
System Red Green Blue C M Y K H S L
Decimal 193 9 38 0 0.95 0.80 0.24 350.54 0.91 0.4
Hex C1 9 26 0 5F 50 18 15F 5B 28
Octal 301 11 46 0 137 120 30 537 133 50
Binary 11000001 1001 100110 0 1011111 1010000 11000 101011111 1011011 101000

Color Harmonies of #C10926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10926

Black with #C10926

Text Example


Text Example

White with #C10926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10926; }

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

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

background-color css

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

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

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

border-color css

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

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

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