Html Css Color HEX #C60913 Venetian Red

📋 copy color: '#C60913'

red 198 ◦ green 9 ◦ blue 19

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

Shades of Venetian Red #C60913

Tints of Venetian Red #C60913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.41%

R = 87.61%
G = 3.98%
B = 8.41%

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

#C60913 (or 0xC60913) is known color: Venetian Red. HEX triplet: C6, 09 and 13. RGB value is (198,9,19). Sum of RGB (Red+Green+Blue) = 198+9+19=226 (29% of max value = 765). Red value is 198 (77.73% from 255 or 87.61% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 198 - color contains mainly: red. Hex color #C60913 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60913 is #39F6EC. Grayscale: #424242. Windows color (decimal): -3798765 or 1247686. OLE color: 1247686.

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

Color convert

RGB 198 9 19 -
CMYK 0 0.95 0.90 0.22
HSL 356.83º 0.91% 0.41% -
HSV(B) 356.83º 0.95% 0.78% -
XYZ 23.5 12.25 1.74 -
YUV 66.65 101.12 221.69 -
System Red Green Blue C M Y K H S L
Decimal 198 9 19 0 0.95 0.90 0.22 356.83 0.91 0.41
Hex C6 9 13 0 5F 5A 16 165 5B 29
Octal 306 11 23 0 137 132 26 545 133 51
Binary 11000110 1001 10011 0 1011111 1011010 10110 101100101 1011011 101001

Color Harmonies of #C60913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60913

Black with #C60913

Text Example


Text Example

White with #C60913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60913; }

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

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

background-color css

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

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

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

border-color css

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

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

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