Html Css Color HEX #C50320 Venetian Red

📋 copy color: '#C50320'

red 197 ◦ green 3 ◦ blue 32

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

Shades of Venetian Red #C50320

Tints of Venetian Red #C50320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.79%

R = 84.91%
G = 1.29%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C50320 (or 0xC50320) is known color: Venetian Red. HEX triplet: C5, 03 and 20. RGB value is (197,3,32). Sum of RGB (Red+Green+Blue) = 197+3+32=232 (30% of max value = 765). Red value is 197 (77.34% from 255 or 84.91% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 32 (12.89% from 255 or 13.79% from 232); Max value from RGB is 197 - color contains mainly: red. Hex color #C50320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50320 is #3AFCDF. Grayscale: #404040. Windows color (decimal): -3865824 or 2098117. OLE color: 2098117.

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

Color convert

RGB 197 3 32 -
CMYK 0 0.98 0.84 0.23
HSL 351.03º 0.97% 0.39% -
HSV(B) 351.03º 0.98% 0.77% -
XYZ 23.32 12.04 2.46 -
YUV 64.31 109.77 222.64 -
System Red Green Blue C M Y K H S L
Decimal 197 3 32 0 0.98 0.84 0.23 351.03 0.97 0.39
Hex C5 3 20 0 62 54 17 15F 61 27
Octal 305 3 40 0 142 124 27 537 141 47
Binary 11000101 11 100000 0 1100010 1010100 10111 101011111 1100001 100111

Color Harmonies of #C50320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50320

Black with #C50320

Text Example


Text Example

White with #C50320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50320; }

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

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

background-color css

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

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

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

border-color css

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

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

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