Html Css Color HEX #C10227 Venetian Red

📋 copy color: '#C10227'

red 193 ◦ green 2 ◦ blue 39

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

Shades of Venetian Red #C10227

Tints of Venetian Red #C10227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 16.67%

R = 82.48%
G = 0.85%
B = 16.67%

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

#C10227 (or 0xC10227) is known color: Venetian Red. HEX triplet: C1, 02 and 27. RGB value is (193,2,39). Sum of RGB (Red+Green+Blue) = 193+2+39=234 (30% of max value = 765). Red value is 193 (75.78% from 255 or 82.48% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 39 (15.62% from 255 or 16.67% from 234); Max value from RGB is 193 - color contains mainly: red. Hex color #C10227 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10227 is #3EFDD8. Grayscale: #3F3F3F. Windows color (decimal): -4128217 or 2556609. OLE color: 2556609.

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

Color convert

RGB 193 2 39 -
CMYK 0 0.99 0.80 0.24
HSL 348.38º 0.98% 0.38% -
HSV(B) 348.38º 0.99% 0.76% -
XYZ 22.38 11.53 2.96 -
YUV 63.33 114.28 220.49 -
System Red Green Blue C M Y K H S L
Decimal 193 2 39 0 0.99 0.80 0.24 348.38 0.98 0.38
Hex C1 2 27 0 63 50 18 15C 62 26
Octal 301 2 47 0 143 120 30 534 142 46
Binary 11000001 10 100111 0 1100011 1010000 11000 101011100 1100010 100110

Color Harmonies of #C10227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10227

Black with #C10227

Text Example


Text Example

White with #C10227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10227; }

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

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

background-color css

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

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

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

border-color css

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

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

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