Html Css Color HEX #C60914 Venetian Red

📋 copy color: '#C60914'

red 198 ◦ green 9 ◦ blue 20

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

Shades of Venetian Red #C60914

Tints of Venetian Red #C60914

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.96%

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

R = 87.22%
G = 3.96%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C60914 (or 0xC60914) is known color: Venetian Red. HEX triplet: C6, 09 and 14. RGB value is (198,9,20). Sum of RGB (Red+Green+Blue) = 198+9+20=227 (30% of max value = 765). Red value is 198 (77.73% from 255 or 87.22% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 198 - color contains mainly: red. Hex color #C60914 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60914 is #39F6EB. Grayscale: #424242. Windows color (decimal): -3798764 or 1313222. OLE color: 1313222.

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

Color convert

RGB 198 9 20 -
CMYK 0 0.95 0.90 0.22
HSL 356.51º 0.91% 0.41% -
HSV(B) 356.51º 0.95% 0.78% -
XYZ 23.51 12.25 1.79 -
YUV 66.77 101.62 221.61 -
System Red Green Blue C M Y K H S L
Decimal 198 9 20 0 0.95 0.90 0.22 356.51 0.91 0.41
Hex C6 9 14 0 5F 5A 16 165 5B 29
Octal 306 11 24 0 137 132 26 545 133 51
Binary 11000110 1001 10100 0 1011111 1011010 10110 101100101 1011011 101001

Color Harmonies of #C60914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60914

Black with #C60914

Text Example


Text Example

White with #C60914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60914; }

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

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

background-color css

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

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

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

border-color css

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

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

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