Html Css Color HEX #C50105 Venetian Red

📋 copy color: '#C50105'

red 197 ◦ green 1 ◦ blue 5

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

Shades of Venetian Red #C50105

Tints of Venetian Red #C50105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.46%

R = 97.04%
G = 0.49%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C50105 (or 0xC50105) is known color: Venetian Red. HEX triplet: C5, 01 and 05. RGB value is (197,1,5). Sum of RGB (Red+Green+Blue) = 197+1+5=203 (26% of max value = 765). Red value is 197 (77.34% from 255 or 97.04% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 5 (2.34% from 255 or 2.46% from 203); Max value from RGB is 197 - color contains mainly: red. Hex color #C50105 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50105 is #3AFEFA. Grayscale: #3C3C3C. Windows color (decimal): -3866363 or 328133. OLE color: 328133.

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

Color convert

RGB 197 1 5 -
CMYK 0 0.99 0.97 0.23
HSL 358.78º 0.99% 0.39% -
HSV(B) 358.78º 0.99% 0.77% -
XYZ 23.06 11.9 1.23 -
YUV 60.06 96.93 225.67 -
System Red Green Blue C M Y K H S L
Decimal 197 1 5 0 0.99 0.97 0.23 358.78 0.99 0.39
Hex C5 1 5 0 63 61 17 167 63 27
Octal 305 1 5 0 143 141 27 547 143 47
Binary 11000101 1 101 0 1100011 1100001 10111 101100111 1100011 100111

Color Harmonies of #C50105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50105

Black with #C50105

Text Example


Text Example

White with #C50105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50105; }

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

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

background-color css

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

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

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

border-color css

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

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

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