Html Css Color HEX #C60629 Venetian Red

📋 copy color: '#C60629'

red 198 ◦ green 6 ◦ blue 41

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

Shades of Venetian Red #C60629

Tints of Venetian Red #C60629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.73%

R = 80.82%
G = 2.45%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C60629 (or 0xC60629) is known color: Venetian Red. HEX triplet: C6, 06 and 29. RGB value is (198,6,41). Sum of RGB (Red+Green+Blue) = 198+6+41=245 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.82% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 41 (16.41% from 255 or 16.73% from 245); Max value from RGB is 198 - color contains mainly: red. Hex color #C60629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60629 is #39F9D6. Grayscale: #434343. Windows color (decimal): -3799511 or 2688710. OLE color: 2688710.

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

Color convert

RGB 198 6 41 -
CMYK 0 0.97 0.79 0.22
HSL 349.06º 0.94% 0.4% -
HSV(B) 349.06º 0.97% 0.78% -
XYZ 23.75 12.3 3.22 -
YUV 67.4 113.11 221.15 -
System Red Green Blue C M Y K H S L
Decimal 198 6 41 0 0.97 0.79 0.22 349.06 0.94 0.4
Hex C6 6 29 0 61 4F 16 15D 5E 28
Octal 306 6 51 0 141 117 26 535 136 50
Binary 11000110 110 101001 0 1100001 1001111 10110 101011101 1011110 101000

Color Harmonies of #C60629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60629

Black with #C60629

Text Example


Text Example

White with #C60629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60629; }

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

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

background-color css

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

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

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

border-color css

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

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

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