Html Css Color HEX #C50104 Venetian Red

📋 copy color: '#C50104'

red 197 ◦ green 1 ◦ blue 4

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

Shades of Venetian Red #C50104

Tints of Venetian Red #C50104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.98%

R = 97.52%
G = 0.5%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C50104 (or 0xC50104) is known color: Venetian Red. HEX triplet: C5, 01 and 04. RGB value is (197,1,4). Sum of RGB (Red+Green+Blue) = 197+1+4=202 (26% of max value = 765). Red value is 197 (77.34% from 255 or 97.52% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 4 (1.95% from 255 or 1.98% from 202); Max value from RGB is 197 - color contains mainly: red. Hex color #C50104 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50104 is #3AFEFB. Grayscale: #3C3C3C. Windows color (decimal): -3866364 or 262597. OLE color: 262597.

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

Color convert

RGB 197 1 4 -
CMYK 0 0.99 0.98 0.23
HSL 359.08º 0.99% 0.39% -
HSV(B) 359.08º 0.99% 0.77% -
XYZ 23.06 11.9 1.2 -
YUV 59.95 96.43 225.76 -
System Red Green Blue C M Y K H S L
Decimal 197 1 4 0 0.99 0.98 0.23 359.08 0.99 0.39
Hex C5 1 4 0 63 62 17 167 63 27
Octal 305 1 4 0 143 142 27 547 143 47
Binary 11000101 1 100 0 1100011 1100010 10111 101100111 1100011 100111

Color Harmonies of #C50104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50104

Black with #C50104

Text Example


Text Example

White with #C50104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50104; }

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

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

background-color css

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

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

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

border-color css

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

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

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