Html Css Color HEX #C60112 Venetian Red

📋 copy color: '#C60112'

red 198 ◦ green 1 ◦ blue 18

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

Shades of Venetian Red #C60112

Tints of Venetian Red #C60112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.29%

R = 91.24%
G = 0.46%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C60112 (or 0xC60112) is known color: Venetian Red. HEX triplet: C6, 01 and 12. RGB value is (198,1,18). Sum of RGB (Red+Green+Blue) = 198+1+18=217 (28% of max value = 765). Red value is 198 (77.73% from 255 or 91.24% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 198 - color contains mainly: red. Hex color #C60112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60112 is #39FEED. Grayscale: #3D3D3D. Windows color (decimal): -3800814 or 1180102. OLE color: 1180102.

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

Color convert

RGB 198 1 18 -
CMYK 0 0.99 0.91 0.22
HSL 354.82º 0.99% 0.39% -
HSV(B) 354.82º 0.99% 0.78% -
XYZ 23.41 12.07 1.67 -
YUV 61.84 103.27 225.12 -
System Red Green Blue C M Y K H S L
Decimal 198 1 18 0 0.99 0.91 0.22 354.82 0.99 0.39
Hex C6 1 12 0 63 5B 16 163 63 27
Octal 306 1 22 0 143 133 26 543 143 47
Binary 11000110 1 10010 0 1100011 1011011 10110 101100011 1100011 100111

Color Harmonies of #C60112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60112

Black with #C60112

Text Example


Text Example

White with #C60112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60112; }

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

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

background-color css

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

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

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

border-color css

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

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

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