Html Css Color HEX #C50122 Venetian Red

📋 copy color: '#C50122'

red 197 ◦ green 1 ◦ blue 34

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

Shades of Venetian Red #C50122

Tints of Venetian Red #C50122

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

 BLUE value IS 34 (13.67% from 255) = 14.66%

R = 84.91%
G = 0.43%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C50122 (or 0xC50122) is known color: Venetian Red. HEX triplet: C5, 01 and 22. RGB value is (197,1,34). Sum of RGB (Red+Green+Blue) = 197+1+34=232 (30% of max value = 765). Red value is 197 (77.34% from 255 or 84.91% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 34 (13.67% from 255 or 14.66% from 232); Max value from RGB is 197 - color contains mainly: red. Hex color #C50122 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50122 is #3AFEDD. Grayscale: #3F3F3F. Windows color (decimal): -3866334 or 2228677. OLE color: 2228677.

HSL color Cylindrical-coordinate representation of color #C50122: hue angle of 349.9º degrees, saturation: 0.99, 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 #C50122 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 1 34 -
CMYK 0 0.99 0.83 0.23
HSL 349.9º 0.99% 0.39% -
HSV(B) 349.9º 0.99% 0.77% -
XYZ 23.33 12.01 2.6 -
YUV 63.37 111.43 223.32 -
System Red Green Blue C M Y K H S L
Decimal 197 1 34 0 0.99 0.83 0.23 349.9 0.99 0.39
Hex C5 1 22 0 63 53 17 15E 63 27
Octal 305 1 42 0 143 123 27 536 143 47
Binary 11000101 1 100010 0 1100011 1010011 10111 101011110 1100011 100111

Color Harmonies of #C50122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50122

Black with #C50122

Text Example


Text Example

White with #C50122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50122; }

 p { color: rgb(197,1,34); }

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

background-color css

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

 a { background-color: rgb(197,1,34); }

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

border-color css

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

 span { border-color: rgb(197,1,34); }

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