Html Css Color HEX #C6060F Venetian Red

📋 copy color: '#C6060F'

red 198 ◦ green 6 ◦ blue 15

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

Shades of Venetian Red #C6060F

Tints of Venetian Red #C6060F

RGB

 RED value IS 198 (77.73% from 255) = 90.41%

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

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

R = 90.41%
G = 2.74%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C6060F (or 0xC6060F) is known color: Venetian Red. HEX triplet: C6, 06 and 0F. RGB value is (198,6,15). Sum of RGB (Red+Green+Blue) = 198+6+15=219 (29% of max value = 765). Red value is 198 (77.73% from 255 or 90.41% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 15 (6.25% from 255 or 6.85% from 219); Max value from RGB is 198 - color contains mainly: red. Hex color #C6060F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C6060F is #39F9F0. Grayscale: #404040. Windows color (decimal): -3799537 or 984774. OLE color: 984774.

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

Color convert

RGB 198 6 15 -
CMYK 0 0.97 0.92 0.22
HSL 357.19º 0.94% 0.4% -
HSV(B) 357.19º 0.97% 0.78% -
XYZ 23.44 12.17 1.57 -
YUV 64.43 100.11 223.27 -
System Red Green Blue C M Y K H S L
Decimal 198 6 15 0 0.97 0.92 0.22 357.19 0.94 0.4
Hex C6 6 F 0 61 5C 16 165 5E 28
Octal 306 6 17 0 141 134 26 545 136 50
Binary 11000110 110 1111 0 1100001 1011100 10110 101100101 1011110 101000

Color Harmonies of #C6060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6060F

Black with #C6060F

Text Example


Text Example

White with #C6060F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6060F; }

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

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

background-color css

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

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

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

border-color css

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

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

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