Html Css Color HEX #C60607 Venetian Red

📋 copy color: '#C60607'

red 198 ◦ green 6 ◦ blue 7

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

Shades of Venetian Red #C60607

Tints of Venetian Red #C60607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.32%

R = 93.84%
G = 2.84%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C60607 (or 0xC60607) is known color: Venetian Red. HEX triplet: C6, 06 and 07. RGB value is (198,6,7). Sum of RGB (Red+Green+Blue) = 198+6+7=211 (27% of max value = 765). Red value is 198 (77.73% from 255 or 93.84% from 211); Green value is 6 (2.73% from 255 or 2.84% from 211); Blue value is 7 (3.12% from 255 or 3.32% from 211); Max value from RGB is 198 - color contains mainly: red. Hex color #C60607 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60607 is #39F9F8. Grayscale: #3F3F3F. Windows color (decimal): -3799545 or 460486. OLE color: 460486.

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

Color convert

RGB 198 6 7 -
CMYK 0 0.97 0.96 0.22
HSL 359.69º 0.94% 0.4% -
HSV(B) 359.69º 0.97% 0.78% -
XYZ 23.39 12.15 1.31 -
YUV 63.52 96.11 223.92 -
System Red Green Blue C M Y K H S L
Decimal 198 6 7 0 0.97 0.96 0.22 359.69 0.94 0.4
Hex C6 6 7 0 61 60 16 168 5E 28
Octal 306 6 7 0 141 140 26 550 136 50
Binary 11000110 110 111 0 1100001 1100000 10110 101101000 1011110 101000

Color Harmonies of #C60607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60607

Black with #C60607

Text Example


Text Example

White with #C60607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60607; }

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

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

background-color css

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

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

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

border-color css

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

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

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