Html Css Color HEX #C10521 Venetian Red

📋 copy color: '#C10521'

red 193 ◦ green 5 ◦ blue 33

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

Shades of Venetian Red #C10521

Tints of Venetian Red #C10521

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.16%

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

R = 83.55%
G = 2.16%
B = 14.29%

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

#C10521 (or 0xC10521) is known color: Venetian Red. HEX triplet: C1, 05 and 21. RGB value is (193,5,33). Sum of RGB (Red+Green+Blue) = 193+5+33=231 (30% of max value = 765). Red value is 193 (75.78% from 255 or 83.55% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 33 (13.28% from 255 or 14.29% from 231); Max value from RGB is 193 - color contains mainly: red. Hex color #C10521 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10521 is #3EFADE. Grayscale: #404040. Windows color (decimal): -4127455 or 2164161. OLE color: 2164161.

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

Color convert

RGB 193 5 33 -
CMYK 0 0.97 0.83 0.24
HSL 351.06º 0.95% 0.39% -
HSV(B) 351.06º 0.97% 0.76% -
XYZ 22.32 11.56 2.49 -
YUV 64.4 110.28 219.72 -
System Red Green Blue C M Y K H S L
Decimal 193 5 33 0 0.97 0.83 0.24 351.06 0.95 0.39
Hex C1 5 21 0 61 53 18 15F 5F 27
Octal 301 5 41 0 141 123 30 537 137 47
Binary 11000001 101 100001 0 1100001 1010011 11000 101011111 1011111 100111

Color Harmonies of #C10521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10521

Black with #C10521

Text Example


Text Example

White with #C10521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10521; }

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

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

background-color css

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

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

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

border-color css

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

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

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