Html Css Color HEX #C50226 Venetian Red

📋 copy color: '#C50226'

red 197 ◦ green 2 ◦ blue 38

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

Shades of Venetian Red #C50226

Tints of Venetian Red #C50226

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.84%

 BLUE value IS 38 (15.23% from 255) = 16.03%

R = 83.12%
G = 0.84%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C50226 (or 0xC50226) is known color: Venetian Red. HEX triplet: C5, 02 and 26. RGB value is (197,2,38). Sum of RGB (Red+Green+Blue) = 197+2+38=237 (31% of max value = 765). Red value is 197 (77.34% from 255 or 83.12% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 38 (15.23% from 255 or 16.03% from 237); Max value from RGB is 197 - color contains mainly: red. Hex color #C50226 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50226 is #3AFDD9. Grayscale: #404040. Windows color (decimal): -3866074 or 2491077. OLE color: 2491077.

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

Color convert

RGB 197 2 38 -
CMYK 0 0.99 0.81 0.23
HSL 348.92º 0.98% 0.39% -
HSV(B) 348.92º 0.99% 0.77% -
XYZ 23.4 12.05 2.93 -
YUV 64.41 113.1 222.57 -
System Red Green Blue C M Y K H S L
Decimal 197 2 38 0 0.99 0.81 0.23 348.92 0.98 0.39
Hex C5 2 26 0 63 51 17 15D 62 27
Octal 305 2 46 0 143 121 27 535 142 47
Binary 11000101 10 100110 0 1100011 1010001 10111 101011101 1100010 100111

Color Harmonies of #C50226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50226

Black with #C50226

Text Example


Text Example

White with #C50226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50226; }

 p { color: rgb(197,2,38); }

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

background-color css

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

 a { background-color: rgb(197,2,38); }

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

border-color css

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

 span { border-color: rgb(197,2,38); }

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