Html Css Color HEX #C60211 Venetian Red

📋 copy color: '#C60211'

red 198 ◦ green 2 ◦ blue 17

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

Shades of Venetian Red #C60211

Tints of Venetian Red #C60211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.83%

R = 91.24%
G = 0.92%
B = 7.83%

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

#C60211 (or 0xC60211) is known color: Venetian Red. HEX triplet: C6, 02 and 11. RGB value is (198,2,17). Sum of RGB (Red+Green+Blue) = 198+2+17=217 (28% of max value = 765). Red value is 198 (77.73% from 255 or 91.24% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 17 (7.03% from 255 or 7.83% from 217); Max value from RGB is 198 - color contains mainly: red. Hex color #C60211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60211 is #39FDEE. Grayscale: #3E3E3E. Windows color (decimal): -3800559 or 1114822. OLE color: 1114822.

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

Color convert

RGB 198 2 17 -
CMYK 0 0.99 0.91 0.22
HSL 355.41º 0.98% 0.39% -
HSV(B) 355.41º 0.99% 0.78% -
XYZ 23.41 12.09 1.63 -
YUV 62.31 102.43 224.78 -
System Red Green Blue C M Y K H S L
Decimal 198 2 17 0 0.99 0.91 0.22 355.41 0.98 0.39
Hex C6 2 11 0 63 5B 16 163 62 27
Octal 306 2 21 0 143 133 26 543 142 47
Binary 11000110 10 10001 0 1100011 1011011 10110 101100011 1100010 100111

Color Harmonies of #C60211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60211

Black with #C60211

Text Example


Text Example

White with #C60211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60211; }

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

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

background-color css

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

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

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

border-color css

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

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

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