Html Css Color HEX #C60625 Venetian Red

📋 copy color: '#C60625'

red 198 ◦ green 6 ◦ blue 37

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

Shades of Venetian Red #C60625

Tints of Venetian Red #C60625

RGB

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

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

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

R = 82.16%
G = 2.49%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C60625 (or 0xC60625) is known color: Venetian Red. HEX triplet: C6, 06 and 25. RGB value is (198,6,37). Sum of RGB (Red+Green+Blue) = 198+6+37=241 (31% of max value = 765). Red value is 198 (77.73% from 255 or 82.16% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 198 - color contains mainly: red. Hex color #C60625 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60625 is #39F9DA. Grayscale: #434343. Windows color (decimal): -3799515 or 2426566. OLE color: 2426566.

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

Color convert

RGB 198 6 37 -
CMYK 0 0.97 0.81 0.22
HSL 350.31º 0.94% 0.4% -
HSV(B) 350.31º 0.97% 0.78% -
XYZ 23.69 12.27 2.87 -
YUV 66.94 111.11 221.48 -
System Red Green Blue C M Y K H S L
Decimal 198 6 37 0 0.97 0.81 0.22 350.31 0.94 0.4
Hex C6 6 25 0 61 51 16 15E 5E 28
Octal 306 6 45 0 141 121 26 536 136 50
Binary 11000110 110 100101 0 1100001 1010001 10110 101011110 1011110 101000

Color Harmonies of #C60625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60625

Black with #C60625

Text Example


Text Example

White with #C60625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60625; }

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

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

background-color css

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

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

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

border-color css

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

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

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