Html Css Color HEX #C10026 Venetian Red

📋 copy color: '#C10026'

red 193 ◦ green 0 ◦ blue 38

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

Shades of Venetian Red #C10026

Tints of Venetian Red #C10026

RGB

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

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

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

R = 83.55%
G = 0%
B = 16.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C10026 (or 0xC10026) is known color: Venetian Red. HEX triplet: C1, 00 and 26. RGB value is (193,0,38). Sum of RGB (Red+Green+Blue) = 193+0+38=231 (30% of max value = 765). Red value is 193 (75.78% from 255 or 83.55% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 38 (15.23% from 255 or 16.45% from 231); Max value from RGB is 193 - color contains mainly: red. Hex color #C10026 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10026 is #3EFFD9. Grayscale: #3E3E3E. Windows color (decimal): -4128730 or 2490561. OLE color: 2490561.

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

Color convert

RGB 193 0 38 -
CMYK 0 1 0.80 0.24
HSL 348.19º 1% 0.38% -
HSV(B) 348.19º 1% 0.76% -
XYZ 22.34 11.48 2.87 -
YUV 62.04 114.44 221.41 -
System Red Green Blue C M Y K H S L
Decimal 193 0 38 0 1 0.80 0.24 348.19 1 0.38
Hex C1 0 26 0 64 50 18 15C 64 26
Octal 301 0 46 0 144 120 30 534 144 46
Binary 11000001 0 100110 0 1100100 1010000 11000 101011100 1100100 100110

Color Harmonies of #C10026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10026

Black with #C10026

Text Example


Text Example

White with #C10026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10026; }

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

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

background-color css

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

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

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

border-color css

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

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

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