Html Css Color HEX #C10621 Venetian Red

📋 copy color: '#C10621'

red 193 ◦ green 6 ◦ blue 33

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

Shades of Venetian Red #C10621

Tints of Venetian Red #C10621

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.59%

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

R = 83.19%
G = 2.59%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C10621 (or 0xC10621) is known color: Venetian Red. HEX triplet: C1, 06 and 21. RGB value is (193,6,33). Sum of RGB (Red+Green+Blue) = 193+6+33=232 (30% of max value = 765). Red value is 193 (75.78% from 255 or 83.19% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 33 (13.28% from 255 or 14.22% from 232); Max value from RGB is 193 - color contains mainly: red. Hex color #C10621 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10621 is #3EF9DE. Grayscale: #414141. Windows color (decimal): -4127199 or 2164417. OLE color: 2164417.

HSL color Cylindrical-coordinate representation of color #C10621: hue angle of 351.34º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C10621 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 6 33 -
CMYK 0 0.97 0.83 0.24
HSL 351.34º 0.94% 0.39% -
HSV(B) 351.34º 0.97% 0.76% -
XYZ 22.33 11.58 2.5 -
YUV 64.99 109.95 219.3 -
System Red Green Blue C M Y K H S L
Decimal 193 6 33 0 0.97 0.83 0.24 351.34 0.94 0.39
Hex C1 6 21 0 61 53 18 15F 5E 27
Octal 301 6 41 0 141 123 30 537 136 47
Binary 11000001 110 100001 0 1100001 1010011 11000 101011111 1011110 100111

Color Harmonies of #C10621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10621

Black with #C10621

Text Example


Text Example

White with #C10621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10621; }

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

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

background-color css

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

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

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

border-color css

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

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

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