Html Css Color HEX #C10320 Venetian Red

📋 copy color: '#C10320'

red 193 ◦ green 3 ◦ blue 32

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

Shades of Venetian Red #C10320

Tints of Venetian Red #C10320

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.32%

 BLUE value IS 32 (12.89% from 255) = 14.04%

R = 84.65%
G = 1.32%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C10320 (or 0xC10320) is known color: Venetian Red. HEX triplet: C1, 03 and 20. RGB value is (193,3,32). Sum of RGB (Red+Green+Blue) = 193+3+32=228 (30% of max value = 765). Red value is 193 (75.78% from 255 or 84.65% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 193 - color contains mainly: red. Hex color #C10320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10320 is #3EFCDF. Grayscale: #3F3F3F. Windows color (decimal): -4127968 or 2098113. OLE color: 2098113.

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

Color convert

RGB 193 3 32 -
CMYK 0 0.98 0.83 0.24
HSL 350.84º 0.97% 0.38% -
HSV(B) 350.84º 0.98% 0.76% -
XYZ 22.29 11.51 2.41 -
YUV 63.12 110.45 220.64 -
System Red Green Blue C M Y K H S L
Decimal 193 3 32 0 0.98 0.83 0.24 350.84 0.97 0.38
Hex C1 3 20 0 62 53 18 15F 61 26
Octal 301 3 40 0 142 123 30 537 141 46
Binary 11000001 11 100000 0 1100010 1010011 11000 101011111 1100001 100110

Color Harmonies of #C10320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10320

Black with #C10320

Text Example


Text Example

White with #C10320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10320; }

 p { color: rgb(193,3,32); }

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

background-color css

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

 a { background-color: rgb(193,3,32); }

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

border-color css

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

 span { border-color: rgb(193,3,32); }

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