Html Css Color HEX #C60617 Venetian Red

📋 copy color: '#C60617'

red 198 ◦ green 6 ◦ blue 23

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

Shades of Venetian Red #C60617

Tints of Venetian Red #C60617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.13%

R = 87.22%
G = 2.64%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C60617 (or 0xC60617) is known color: Venetian Red. HEX triplet: C6, 06 and 17. RGB value is (198,6,23). Sum of RGB (Red+Green+Blue) = 198+6+23=227 (30% of max value = 765). Red value is 198 (77.73% from 255 or 87.22% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 23 (9.38% from 255 or 10.13% from 227); Max value from RGB is 198 - color contains mainly: red. Hex color #C60617 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60617 is #39F9E8. Grayscale: #414141. Windows color (decimal): -3799529 or 1509062. OLE color: 1509062.

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

Color convert

RGB 198 6 23 -
CMYK 0 0.97 0.88 0.22
HSL 354.69º 0.94% 0.4% -
HSV(B) 354.69º 0.97% 0.78% -
XYZ 23.51 12.2 1.93 -
YUV 65.35 104.11 222.62 -
System Red Green Blue C M Y K H S L
Decimal 198 6 23 0 0.97 0.88 0.22 354.69 0.94 0.4
Hex C6 6 17 0 61 58 16 163 5E 28
Octal 306 6 27 0 141 130 26 543 136 50
Binary 11000110 110 10111 0 1100001 1011000 10110 101100011 1011110 101000

Color Harmonies of #C60617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60617

Black with #C60617

Text Example


Text Example

White with #C60617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60617; }

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

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

background-color css

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

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

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

border-color css

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

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

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