Html Css Color HEX #C10226 Venetian Red

📋 copy color: '#C10226'

red 193 ◦ green 2 ◦ blue 38

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

Shades of Venetian Red #C10226

Tints of Venetian Red #C10226

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.86%

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

R = 82.83%
G = 0.86%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C10226 (or 0xC10226) is known color: Venetian Red. HEX triplet: C1, 02 and 26. RGB value is (193,2,38). Sum of RGB (Red+Green+Blue) = 193+2+38=233 (30% of max value = 765). Red value is 193 (75.78% from 255 or 82.83% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 38 (15.23% from 255 or 16.31% from 233); Max value from RGB is 193 - color contains mainly: red. Hex color #C10226 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10226 is #3EFDD9. Grayscale: #3F3F3F. Windows color (decimal): -4128218 or 2491073. OLE color: 2491073.

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

Color convert

RGB 193 2 38 -
CMYK 0 0.99 0.80 0.24
HSL 348.69º 0.98% 0.38% -
HSV(B) 348.69º 0.99% 0.76% -
XYZ 22.36 11.52 2.88 -
YUV 63.21 113.78 220.57 -
System Red Green Blue C M Y K H S L
Decimal 193 2 38 0 0.99 0.80 0.24 348.69 0.98 0.38
Hex C1 2 26 0 63 50 18 15D 62 26
Octal 301 2 46 0 143 120 30 535 142 46
Binary 11000001 10 100110 0 1100011 1010000 11000 101011101 1100010 100110

Color Harmonies of #C10226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10226

Black with #C10226

Text Example


Text Example

White with #C10226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10226; }

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

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

background-color css

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

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

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

border-color css

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

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

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