Html Css Color HEX #C60014 Venetian Red

📋 copy color: '#C60014'

red 198 ◦ green 0 ◦ blue 20

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

Shades of Venetian Red #C60014

Tints of Venetian Red #C60014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.17%

R = 90.83%
G = 0%
B = 9.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C60014 (or 0xC60014) is known color: Venetian Red. HEX triplet: C6, 00 and 14. RGB value is (198,0,20). Sum of RGB (Red+Green+Blue) = 198+0+20=218 (28% of max value = 765). Red value is 198 (77.73% from 255 or 90.83% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 198 - color contains mainly: red. Hex color #C60014 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60014 is #39FFEB. Grayscale: #3D3D3D. Windows color (decimal): -3801068 or 1310918. OLE color: 1310918.

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

Color convert

RGB 198 0 20 -
CMYK 0 1 0.90 0.22
HSL 353.94º 1% 0.39% -
HSV(B) 353.94º 1% 0.78% -
XYZ 23.41 12.06 1.75 -
YUV 61.48 104.6 225.37 -
System Red Green Blue C M Y K H S L
Decimal 198 0 20 0 1 0.90 0.22 353.94 1 0.39
Hex C6 0 14 0 64 5A 16 162 64 27
Octal 306 0 24 0 144 132 26 542 144 47
Binary 11000110 0 10100 0 1100100 1011010 10110 101100010 1100100 100111

Color Harmonies of #C60014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60014

Black with #C60014

Text Example


Text Example

White with #C60014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60014; }

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

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

background-color css

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

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

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

border-color css

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

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

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