Html Css Color HEX #C60114 Venetian Red

📋 copy color: '#C60114'

red 198 ◦ green 1 ◦ blue 20

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

Shades of Venetian Red #C60114

Tints of Venetian Red #C60114

RGB

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

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

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

R = 90.41%
G = 0.46%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C60114 (or 0xC60114) is known color: Venetian Red. HEX triplet: C6, 01 and 14. RGB value is (198,1,20). Sum of RGB (Red+Green+Blue) = 198+1+20=219 (29% of max value = 765). Red value is 198 (77.73% from 255 or 90.41% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 20 (8.20% from 255 or 9.13% from 219); Max value from RGB is 198 - color contains mainly: red. Hex color #C60114 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60114 is #39FEEB. Grayscale: #3E3E3E. Windows color (decimal): -3800812 or 1311174. OLE color: 1311174.

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

Color convert

RGB 198 1 20 -
CMYK 0 0.99 0.90 0.22
HSL 354.21º 0.99% 0.39% -
HSV(B) 354.21º 0.99% 0.78% -
XYZ 23.43 12.08 1.76 -
YUV 62.07 104.27 224.96 -
System Red Green Blue C M Y K H S L
Decimal 198 1 20 0 0.99 0.90 0.22 354.21 0.99 0.39
Hex C6 1 14 0 63 5A 16 162 63 27
Octal 306 1 24 0 143 132 26 542 143 47
Binary 11000110 1 10100 0 1100011 1011010 10110 101100010 1100011 100111

Color Harmonies of #C60114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60114

Black with #C60114

Text Example


Text Example

White with #C60114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60114; }

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

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

background-color css

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

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

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

border-color css

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

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

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