Html Css Color HEX #C10327 Venetian Red

📋 copy color: '#C10327'

red 193 ◦ green 3 ◦ blue 39

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

Shades of Venetian Red #C10327

Tints of Venetian Red #C10327

RGB

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

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

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

R = 82.13%
G = 1.28%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C10327 (or 0xC10327) is known color: Venetian Red. HEX triplet: C1, 03 and 27. RGB value is (193,3,39). Sum of RGB (Red+Green+Blue) = 193+3+39=235 (31% of max value = 765). Red value is 193 (75.78% from 255 or 82.13% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 39 (15.62% from 255 or 16.60% from 235); Max value from RGB is 193 - color contains mainly: red. Hex color #C10327 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10327 is #3EFCD8. Grayscale: #3F3F3F. Windows color (decimal): -4127961 or 2556865. OLE color: 2556865.

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

Color convert

RGB 193 3 39 -
CMYK 0 0.98 0.80 0.24
HSL 348.63º 0.97% 0.38% -
HSV(B) 348.63º 0.98% 0.76% -
XYZ 22.39 11.55 2.97 -
YUV 63.91 113.95 220.07 -
System Red Green Blue C M Y K H S L
Decimal 193 3 39 0 0.98 0.80 0.24 348.63 0.97 0.38
Hex C1 3 27 0 62 50 18 15D 61 26
Octal 301 3 47 0 142 120 30 535 141 46
Binary 11000001 11 100111 0 1100010 1010000 11000 101011101 1100001 100110

Color Harmonies of #C10327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10327

Black with #C10327

Text Example


Text Example

White with #C10327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10327; }

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

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

background-color css

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

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

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

border-color css

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

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

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