Html Css Color HEX #C60111 Venetian Red

📋 copy color: '#C60111'

red 198 ◦ green 1 ◦ blue 17

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

Shades of Venetian Red #C60111

Tints of Venetian Red #C60111

RGB

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

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

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

R = 91.67%
G = 0.46%
B = 7.87%

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

#C60111 (or 0xC60111) is known color: Venetian Red. HEX triplet: C6, 01 and 11. RGB value is (198,1,17). Sum of RGB (Red+Green+Blue) = 198+1+17=216 (28% of max value = 765). Red value is 198 (77.73% from 255 or 91.67% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 17 (7.03% from 255 or 7.87% from 216); Max value from RGB is 198 - color contains mainly: red. Hex color #C60111 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60111 is #39FEEE. Grayscale: #3D3D3D. Windows color (decimal): -3800815 or 1114566. OLE color: 1114566.

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

Color convert

RGB 198 1 17 -
CMYK 0 0.99 0.91 0.22
HSL 355.13º 0.99% 0.39% -
HSV(B) 355.13º 0.99% 0.78% -
XYZ 23.4 12.07 1.63 -
YUV 61.73 102.77 225.2 -
System Red Green Blue C M Y K H S L
Decimal 198 1 17 0 0.99 0.91 0.22 355.13 0.99 0.39
Hex C6 1 11 0 63 5B 16 163 63 27
Octal 306 1 21 0 143 133 26 543 143 47
Binary 11000110 1 10001 0 1100011 1011011 10110 101100011 1100011 100111

Color Harmonies of #C60111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60111

Black with #C60111

Text Example


Text Example

White with #C60111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60111; }

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

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

background-color css

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

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

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

border-color css

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

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

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