Html Css Color HEX #C60725 Venetian Red

📋 copy color: '#C60725'

red 198 ◦ green 7 ◦ blue 37

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

Shades of Venetian Red #C60725

Tints of Venetian Red #C60725

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.89%

 BLUE value IS 37 (14.84% from 255) = 15.29%

R = 81.82%
G = 2.89%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C60725 (or 0xC60725) is known color: Venetian Red. HEX triplet: C6, 07 and 25. RGB value is (198,7,37). Sum of RGB (Red+Green+Blue) = 198+7+37=242 (32% of max value = 765). Red value is 198 (77.73% from 255 or 81.82% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 198 - color contains mainly: red. Hex color #C60725 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60725 is #39F8DA. Grayscale: #434343. Windows color (decimal): -3799259 or 2426822. OLE color: 2426822.

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

Color convert

RGB 198 7 37 -
CMYK 0 0.96 0.81 0.22
HSL 350.58º 0.93% 0.4% -
HSV(B) 350.58º 0.96% 0.78% -
XYZ 23.7 12.29 2.87 -
YUV 67.53 110.78 221.06 -
System Red Green Blue C M Y K H S L
Decimal 198 7 37 0 0.96 0.81 0.22 350.58 0.93 0.4
Hex C6 7 25 0 60 51 16 15F 5D 28
Octal 306 7 45 0 140 121 26 537 135 50
Binary 11000110 111 100101 0 1100000 1010001 10110 101011111 1011101 101000

Color Harmonies of #C60725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60725

Black with #C60725

Text Example


Text Example

White with #C60725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60725; }

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

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

background-color css

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

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

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

border-color css

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

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

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