Html Css Color HEX #C60125 Venetian Red

📋 copy color: '#C60125'

red 198 ◦ green 1 ◦ blue 37

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

Shades of Venetian Red #C60125

Tints of Venetian Red #C60125

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 83.9%
G = 0.42%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C60125 (or 0xC60125) is known color: Venetian Red. HEX triplet: C6, 01 and 25. RGB value is (198,1,37). Sum of RGB (Red+Green+Blue) = 198+1+37=236 (31% of max value = 765). Red value is 198 (77.73% from 255 or 83.90% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 37 (14.84% from 255 or 15.68% from 236); Max value from RGB is 198 - color contains mainly: red. Hex color #C60125 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60125 is #39FEDA. Grayscale: #404040. Windows color (decimal): -3800795 or 2425286. OLE color: 2425286.

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

Color convert

RGB 198 1 37 -
CMYK 0 0.99 0.81 0.22
HSL 349.04º 0.99% 0.39% -
HSV(B) 349.04º 0.99% 0.78% -
XYZ 23.63 12.16 2.85 -
YUV 64.01 112.77 223.57 -
System Red Green Blue C M Y K H S L
Decimal 198 1 37 0 0.99 0.81 0.22 349.04 0.99 0.39
Hex C6 1 25 0 63 51 16 15D 63 27
Octal 306 1 45 0 143 121 26 535 143 47
Binary 11000110 1 100101 0 1100011 1010001 10110 101011101 1100011 100111

Color Harmonies of #C60125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60125

Black with #C60125

Text Example


Text Example

White with #C60125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60125; }

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

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

background-color css

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

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

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

border-color css

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

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

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