Html Css Color HEX #C60119 Venetian Red

📋 copy color: '#C60119'

red 198 ◦ green 1 ◦ blue 25

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

Shades of Venetian Red #C60119

Tints of Venetian Red #C60119

RGB

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

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

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

R = 88.39%
G = 0.45%
B = 11.16%

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

#C60119 (or 0xC60119) is known color: Venetian Red. HEX triplet: C6, 01 and 19. RGB value is (198,1,25). Sum of RGB (Red+Green+Blue) = 198+1+25=224 (29% of max value = 765). Red value is 198 (77.73% from 255 or 88.39% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 25 (10.16% from 255 or 11.16% from 224); Max value from RGB is 198 - color contains mainly: red. Hex color #C60119 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60119 is #39FEE6. Grayscale: #3E3E3E. Windows color (decimal): -3800807 or 1638854. OLE color: 1638854.

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

Color convert

RGB 198 1 25 -
CMYK 0 0.99 0.87 0.22
HSL 352.69º 0.99% 0.39% -
HSV(B) 352.69º 0.99% 0.78% -
XYZ 23.48 12.1 2.02 -
YUV 62.64 106.77 224.55 -
System Red Green Blue C M Y K H S L
Decimal 198 1 25 0 0.99 0.87 0.22 352.69 0.99 0.39
Hex C6 1 19 0 63 57 16 161 63 27
Octal 306 1 31 0 143 127 26 541 143 47
Binary 11000110 1 11001 0 1100011 1010111 10110 101100001 1100011 100111

Color Harmonies of #C60119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60119

Black with #C60119

Text Example


Text Example

White with #C60119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60119; }

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

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

background-color css

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

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

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

border-color css

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

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

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