Html Css Color HEX #C60011 Venetian Red

📋 copy color: '#C60011'

red 198 ◦ green 0 ◦ blue 17

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

Shades of Venetian Red #C60011

Tints of Venetian Red #C60011

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 92.09%
G = 0%
B = 7.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C60011 (or 0xC60011) is known color: Venetian Red. HEX triplet: C6, 00 and 11. RGB value is (198,0,17). Sum of RGB (Red+Green+Blue) = 198+0+17=215 (28% of max value = 765). Red value is 198 (77.73% from 255 or 92.09% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 17 (7.03% from 255 or 7.91% from 215); Max value from RGB is 198 - color contains mainly: red. Hex color #C60011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60011 is #39FFEE. Grayscale: #3D3D3D. Windows color (decimal): -3801071 or 1114310. OLE color: 1114310.

HSL color Cylindrical-coordinate representation of color #C60011: hue angle of 354.85º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C60011 is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 0 17 -
CMYK 0 1 0.91 0.22
HSL 354.85º 1% 0.39% -
HSV(B) 354.85º 1% 0.78% -
XYZ 23.39 12.05 1.62 -
YUV 61.14 103.1 225.62 -
System Red Green Blue C M Y K H S L
Decimal 198 0 17 0 1 0.91 0.22 354.85 1 0.39
Hex C6 0 11 0 64 5B 16 163 64 27
Octal 306 0 21 0 144 133 26 543 144 47
Binary 11000110 0 10001 0 1100100 1011011 10110 101100011 1100100 100111

Color Harmonies of #C60011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60011

Black with #C60011

Text Example


Text Example

White with #C60011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60011; }

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

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

background-color css

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

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

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

border-color css

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

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

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