Html Css Color HEX #C60219 Venetian Red

📋 copy color: '#C60219'

red 198 ◦ green 2 ◦ blue 25

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

Shades of Venetian Red #C60219

Tints of Venetian Red #C60219

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.89%

 BLUE value IS 25 (10.16% from 255) = 11.11%

R = 88%
G = 0.89%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C60219 (or 0xC60219) is known color: Venetian Red. HEX triplet: C6, 02 and 19. RGB value is (198,2,25). Sum of RGB (Red+Green+Blue) = 198+2+25=225 (29% of max value = 765). Red value is 198 (77.73% from 255 or 88% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 25 (10.16% from 255 or 11.11% from 225); Max value from RGB is 198 - color contains mainly: red. Hex color #C60219 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60219 is #39FDE6. Grayscale: #3F3F3F. Windows color (decimal): -3800551 or 1639110. OLE color: 1639110.

HSL color Cylindrical-coordinate representation of color #C60219: hue angle of 352.96º degrees, saturation: 0.98, 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 #C60219 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 2 25 -
CMYK 0 0.99 0.87 0.22
HSL 352.96º 0.98% 0.39% -
HSV(B) 352.96º 0.99% 0.78% -
XYZ 23.49 12.12 2.02 -
YUV 63.23 106.43 224.13 -
System Red Green Blue C M Y K H S L
Decimal 198 2 25 0 0.99 0.87 0.22 352.96 0.98 0.39
Hex C6 2 19 0 63 57 16 161 62 27
Octal 306 2 31 0 143 127 26 541 142 47
Binary 11000110 10 11001 0 1100011 1010111 10110 101100001 1100010 100111

Color Harmonies of #C60219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60219

Black with #C60219

Text Example


Text Example

White with #C60219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60219; }

 p { color: rgb(198,2,25); }

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

background-color css

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

 a { background-color: rgb(198,2,25); }

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

border-color css

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

 span { border-color: rgb(198,2,25); }

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