Html Css Color HEX #C10323 Venetian Red

📋 copy color: '#C10323'

red 193 ◦ green 3 ◦ blue 35

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

Shades of Venetian Red #C10323

Tints of Venetian Red #C10323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.15%

R = 83.55%
G = 1.3%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C10323 (or 0xC10323) is known color: Venetian Red. HEX triplet: C1, 03 and 23. RGB value is (193,3,35). Sum of RGB (Red+Green+Blue) = 193+3+35=231 (30% of max value = 765). Red value is 193 (75.78% from 255 or 83.55% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 35 (14.06% from 255 or 15.15% from 231); Max value from RGB is 193 - color contains mainly: red. Hex color #C10323 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10323 is #3EFCDC. Grayscale: #3F3F3F. Windows color (decimal): -4127965 or 2294721. OLE color: 2294721.

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

Color convert

RGB 193 3 35 -
CMYK 0 0.98 0.82 0.24
HSL 349.89º 0.97% 0.38% -
HSV(B) 349.89º 0.98% 0.76% -
XYZ 22.33 11.52 2.64 -
YUV 63.46 111.95 220.4 -
System Red Green Blue C M Y K H S L
Decimal 193 3 35 0 0.98 0.82 0.24 349.89 0.97 0.38
Hex C1 3 23 0 62 52 18 15E 61 26
Octal 301 3 43 0 142 122 30 536 141 46
Binary 11000001 11 100011 0 1100010 1010010 11000 101011110 1100001 100110

Color Harmonies of #C10323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10323

Black with #C10323

Text Example


Text Example

White with #C10323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10323; }

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

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

background-color css

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

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

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

border-color css

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

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

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