Html Css Color HEX #C50204 Venetian Red

📋 copy color: '#C50204'

red 197 ◦ green 2 ◦ blue 4

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

Shades of Venetian Red #C50204

Tints of Venetian Red #C50204

RGB

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

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

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

R = 97.04%
G = 0.99%
B = 1.97%

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

#C50204 (or 0xC50204) is known color: Venetian Red. HEX triplet: C5, 02 and 04. RGB value is (197,2,4). Sum of RGB (Red+Green+Blue) = 197+2+4=203 (26% of max value = 765). Red value is 197 (77.34% from 255 or 97.04% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 4 (1.95% from 255 or 1.97% from 203); Max value from RGB is 197 - color contains mainly: red. Hex color #C50204 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50204 is #3AFDFB. Grayscale: #3C3C3C. Windows color (decimal): -3866108 or 262853. OLE color: 262853.

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

Color convert

RGB 197 2 4 -
CMYK 0 0.99 0.98 0.23
HSL 359.38º 0.98% 0.39% -
HSV(B) 359.38º 0.99% 0.77% -
XYZ 23.07 11.92 1.2 -
YUV 60.53 96.1 225.34 -
System Red Green Blue C M Y K H S L
Decimal 197 2 4 0 0.99 0.98 0.23 359.38 0.98 0.39
Hex C5 2 4 0 63 62 17 167 62 27
Octal 305 2 4 0 143 142 27 547 142 47
Binary 11000101 10 100 0 1100011 1100010 10111 101100111 1100010 100111

Color Harmonies of #C50204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50204

Black with #C50204

Text Example


Text Example

White with #C50204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50204; }

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

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

background-color css

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

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

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

border-color css

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

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

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