Html Css Color HEX #C60523 Venetian Red

📋 copy color: '#C60523'

red 198 ◦ green 5 ◦ blue 35

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

Shades of Venetian Red #C60523

Tints of Venetian Red #C60523

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.1%

 BLUE value IS 35 (14.06% from 255) = 14.71%

R = 83.19%
G = 2.1%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C60523 (or 0xC60523) is known color: Venetian Red. HEX triplet: C6, 05 and 23. RGB value is (198,5,35). Sum of RGB (Red+Green+Blue) = 198+5+35=238 (31% of max value = 765). Red value is 198 (77.73% from 255 or 83.19% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 35 (14.06% from 255 or 14.71% from 238); Max value from RGB is 198 - color contains mainly: red. Hex color #C60523 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60523 is #39FADC. Grayscale: #424242. Windows color (decimal): -3799773 or 2295238. OLE color: 2295238.

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

Color convert

RGB 198 5 35 -
CMYK 0 0.97 0.82 0.22
HSL 350.67º 0.95% 0.4% -
HSV(B) 350.67º 0.97% 0.78% -
XYZ 23.65 12.24 2.71 -
YUV 66.13 110.44 222.06 -
System Red Green Blue C M Y K H S L
Decimal 198 5 35 0 0.97 0.82 0.22 350.67 0.95 0.4
Hex C6 5 23 0 61 52 16 15F 5F 28
Octal 306 5 43 0 141 122 26 537 137 50
Binary 11000110 101 100011 0 1100001 1010010 10110 101011111 1011111 101000

Color Harmonies of #C60523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60523

Black with #C60523

Text Example


Text Example

White with #C60523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60523; }

 p { color: rgb(198,5,35); }

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

background-color css

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

 a { background-color: rgb(198,5,35); }

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

border-color css

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

 span { border-color: rgb(198,5,35); }

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