Html Css Color HEX #C60521 Venetian Red

📋 copy color: '#C60521'

red 198 ◦ green 5 ◦ blue 33

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

Shades of Venetian Red #C60521

Tints of Venetian Red #C60521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.98%

R = 83.9%
G = 2.12%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C60521 (or 0xC60521) is known color: Venetian Red. HEX triplet: C6, 05 and 21. RGB value is (198,5,33). Sum of RGB (Red+Green+Blue) = 198+5+33=236 (31% of max value = 765). Red value is 198 (77.73% from 255 or 83.90% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 33 (13.28% from 255 or 13.98% from 236); Max value from RGB is 198 - color contains mainly: red. Hex color #C60521 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60521 is #39FADE. Grayscale: #414141. Windows color (decimal): -3799775 or 2164166. OLE color: 2164166.

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

Color convert

RGB 198 5 33 -
CMYK 0 0.97 0.83 0.22
HSL 351.3º 0.95% 0.4% -
HSV(B) 351.3º 0.97% 0.78% -
XYZ 23.62 12.22 2.55 -
YUV 65.9 109.44 222.22 -
System Red Green Blue C M Y K H S L
Decimal 198 5 33 0 0.97 0.83 0.22 351.3 0.95 0.4
Hex C6 5 21 0 61 53 16 15F 5F 28
Octal 306 5 41 0 141 123 26 537 137 50
Binary 11000110 101 100001 0 1100001 1010011 10110 101011111 1011111 101000

Color Harmonies of #C60521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60521

Black with #C60521

Text Example


Text Example

White with #C60521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60521; }

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

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

background-color css

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

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

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

border-color css

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

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

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