Html Css Color HEX #C50108 Venetian Red

📋 copy color: '#C50108'

red 197 ◦ green 1 ◦ blue 8

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

Shades of Venetian Red #C50108

Tints of Venetian Red #C50108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.88%

R = 95.63%
G = 0.49%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C50108 (or 0xC50108) is known color: Venetian Red. HEX triplet: C5, 01 and 08. RGB value is (197,1,8). Sum of RGB (Red+Green+Blue) = 197+1+8=206 (27% of max value = 765). Red value is 197 (77.34% from 255 or 95.63% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 8 (3.52% from 255 or 3.88% from 206); Max value from RGB is 197 - color contains mainly: red. Hex color #C50108 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50108 is #3AFEF7. Grayscale: #3C3C3C. Windows color (decimal): -3866360 or 524741. OLE color: 524741.

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

Color convert

RGB 197 1 8 -
CMYK 0 0.99 0.96 0.23
HSL 357.86º 0.99% 0.39% -
HSV(B) 357.86º 0.99% 0.77% -
XYZ 23.08 11.91 1.31 -
YUV 60.4 98.43 225.43 -
System Red Green Blue C M Y K H S L
Decimal 197 1 8 0 0.99 0.96 0.23 357.86 0.99 0.39
Hex C5 1 8 0 63 60 17 166 63 27
Octal 305 1 10 0 143 140 27 546 143 47
Binary 11000101 1 1000 0 1100011 1100000 10111 101100110 1100011 100111

Color Harmonies of #C50108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50108

Black with #C50108

Text Example


Text Example

White with #C50108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50108; }

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

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

background-color css

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

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

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

border-color css

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

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

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