Html Css Color HEX #C50323 Venetian Red

📋 copy color: '#C50323'

red 197 ◦ green 3 ◦ blue 35

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

Shades of Venetian Red #C50323

Tints of Venetian Red #C50323

RGB

 RED value IS 197 (77.34% from 255) = 83.83%

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

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

R = 83.83%
G = 1.28%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C50323 (or 0xC50323) is known color: Venetian Red. HEX triplet: C5, 03 and 23. RGB value is (197,3,35). Sum of RGB (Red+Green+Blue) = 197+3+35=235 (31% of max value = 765). Red value is 197 (77.34% from 255 or 83.83% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 35 (14.06% from 255 or 14.89% from 235); Max value from RGB is 197 - color contains mainly: red. Hex color #C50323 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50323 is #3AFCDC. Grayscale: #404040. Windows color (decimal): -3865821 or 2294725. OLE color: 2294725.

HSL color Cylindrical-coordinate representation of color #C50323: hue angle of 350.1º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C50323 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 3 35 -
CMYK 0 0.98 0.82 0.23
HSL 350.1º 0.97% 0.39% -
HSV(B) 350.1º 0.98% 0.77% -
XYZ 23.36 12.06 2.69 -
YUV 64.65 111.27 222.4 -
System Red Green Blue C M Y K H S L
Decimal 197 3 35 0 0.98 0.82 0.23 350.1 0.97 0.39
Hex C5 3 23 0 62 52 17 15E 61 27
Octal 305 3 43 0 142 122 27 536 141 47
Binary 11000101 11 100011 0 1100010 1010010 10111 101011110 1100001 100111

Color Harmonies of #C50323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50323

Black with #C50323

Text Example


Text Example

White with #C50323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50323; }

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

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

background-color css

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

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

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

border-color css

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

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

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