Html Css Color HEX #C50A23 Venetian Red

📋 copy color: '#C50A23'

red 197 ◦ green 10 ◦ blue 35

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

Shades of Venetian Red #C50A23

Tints of Venetian Red #C50A23

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.13%

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

R = 81.4%
G = 4.13%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C50A23 (or 0xC50A23) is known color: Venetian Red. HEX triplet: C5, 0A and 23. RGB value is (197,10,35). Sum of RGB (Red+Green+Blue) = 197+10+35=242 (32% of max value = 765). Red value is 197 (77.34% from 255 or 81.40% from 242); Green value is 10 (4.30% from 255 or 4.13% from 242); Blue value is 35 (14.06% from 255 or 14.46% from 242); Max value from RGB is 197 - color contains mainly: red. Hex color #C50A23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50A23 is #3AF5DC. Grayscale: #444444. Windows color (decimal): -3864029 or 2296517. OLE color: 2296517.

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

Color convert

RGB 197 10 35 -
CMYK 0 0.95 0.82 0.23
HSL 351.98º 0.9% 0.41% -
HSV(B) 351.98º 0.95% 0.77% -
XYZ 23.44 12.21 2.71 -
YUV 68.76 108.95 219.47 -
System Red Green Blue C M Y K H S L
Decimal 197 10 35 0 0.95 0.82 0.23 351.98 0.9 0.41
Hex C5 A 23 0 5F 52 17 160 5A 29
Octal 305 12 43 0 137 122 27 540 132 51
Binary 11000101 1010 100011 0 1011111 1010010 10111 101100000 1011010 101001

Color Harmonies of #C50A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50A23

Black with #C50A23

Text Example


Text Example

White with #C50A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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