Html Css Color HEX #C10121 Venetian Red

📋 copy color: '#C10121'

red 193 ◦ green 1 ◦ blue 33

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

Shades of Venetian Red #C10121

Tints of Venetian Red #C10121

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

 BLUE value IS 33 (13.28% from 255) = 14.54%

R = 85.02%
G = 0.44%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C10121 (or 0xC10121) is known color: Venetian Red. HEX triplet: C1, 01 and 21. RGB value is (193,1,33). Sum of RGB (Red+Green+Blue) = 193+1+33=227 (30% of max value = 765). Red value is 193 (75.78% from 255 or 85.02% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 33 (13.28% from 255 or 14.54% from 227); Max value from RGB is 193 - color contains mainly: red. Hex color #C10121 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10121 is #3EFEDE. Grayscale: #3E3E3E. Windows color (decimal): -4128479 or 2163137. OLE color: 2163137.

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

Color convert

RGB 193 1 33 -
CMYK 0 0.99 0.83 0.24
HSL 350º 0.99% 0.38% -
HSV(B) 350º 0.99% 0.76% -
XYZ 22.28 11.47 2.48 -
YUV 62.06 111.61 221.4 -
System Red Green Blue C M Y K H S L
Decimal 193 1 33 0 0.99 0.83 0.24 350 0.99 0.38
Hex C1 1 21 0 63 53 18 15E 63 26
Octal 301 1 41 0 143 123 30 536 143 46
Binary 11000001 1 100001 0 1100011 1010011 11000 101011110 1100011 100110

Color Harmonies of #C10121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10121

Black with #C10121

Text Example


Text Example

White with #C10121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10121; }

 p { color: rgb(193,1,33); }

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

background-color css

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

 a { background-color: rgb(193,1,33); }

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

border-color css

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

 span { border-color: rgb(193,1,33); }

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