Html Css Color HEX #C5060F Venetian Red

📋 copy color: '#C5060F'

red 197 ◦ green 6 ◦ blue 15

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

Shades of Venetian Red #C5060F

Tints of Venetian Red #C5060F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.75%

 BLUE value IS 15 (6.25% from 255) = 6.88%

R = 90.37%
G = 2.75%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C5060F (or 0xC5060F) is known color: Venetian Red. HEX triplet: C5, 06 and 0F. RGB value is (197,6,15). Sum of RGB (Red+Green+Blue) = 197+6+15=218 (28% of max value = 765). Red value is 197 (77.34% from 255 or 90.37% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 15 (6.25% from 255 or 6.88% from 218); Max value from RGB is 197 - color contains mainly: red. Hex color #C5060F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5060F is #3AF9F0. Grayscale: #404040. Windows color (decimal): -3865073 or 984773. OLE color: 984773.

HSL color Cylindrical-coordinate representation of color #C5060F: hue angle of 357.17º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C5060F is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 6 15 -
CMYK 0 0.97 0.92 0.23
HSL 357.17º 0.94% 0.4% -
HSV(B) 357.17º 0.97% 0.77% -
XYZ 23.18 12.04 1.55 -
YUV 64.14 100.28 222.77 -
System Red Green Blue C M Y K H S L
Decimal 197 6 15 0 0.97 0.92 0.23 357.17 0.94 0.4
Hex C5 6 F 0 61 5C 17 165 5E 28
Octal 305 6 17 0 141 134 27 545 136 50
Binary 11000101 110 1111 0 1100001 1011100 10111 101100101 1011110 101000

Color Harmonies of #C5060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5060F

Black with #C5060F

Text Example


Text Example

White with #C5060F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5060F; }

 p { color: rgb(197,6,15); }

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

background-color css

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

 a { background-color: rgb(197,6,15); }

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

border-color css

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

 span { border-color: rgb(197,6,15); }

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