Html Css Color HEX #C50030 Venetian Red

📋 copy color: '#C50030'

red 197 ◦ green 0 ◦ blue 48

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

Shades of Venetian Red #C50030

Tints of Venetian Red #C50030

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 48 (19.14% from 255) = 19.59%

R = 80.41%
G = 0%
B = 19.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C50030 (or 0xC50030) is known color: Venetian Red. HEX triplet: C5, 00 and 30. RGB value is (197,0,48). Sum of RGB (Red+Green+Blue) = 197+0+48=245 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.41% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 197 - color contains mainly: red. Hex color #C50030 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50030 is #3AFFCF. Grayscale: #404040. Windows color (decimal): -3866576 or 3145925. OLE color: 3145925.

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

Color convert

RGB 197 0 48 -
CMYK 0 1 0.76 0.23
HSL 345.38º 1% 0.39% -
HSV(B) 345.38º 1% 0.77% -
XYZ 23.56 12.08 3.89 -
YUV 64.38 118.77 222.6 -
System Red Green Blue C M Y K H S L
Decimal 197 0 48 0 1 0.76 0.23 345.38 1 0.39
Hex C5 0 30 0 64 4C 17 159 64 27
Octal 305 0 60 0 144 114 27 531 144 47
Binary 11000101 0 110000 0 1100100 1001100 10111 101011001 1100100 100111

Color Harmonies of #C50030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50030

Black with #C50030

Text Example


Text Example

White with #C50030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50030; }

 p { color: rgb(197,0,48); }

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

background-color css

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

 a { background-color: rgb(197,0,48); }

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

border-color css

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

 span { border-color: rgb(197,0,48); }

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