Html Css Color HEX #C60512 Venetian Red

📋 copy color: '#C60512'

red 198 ◦ green 5 ◦ blue 18

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

Shades of Venetian Red #C60512

Tints of Venetian Red #C60512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.26%

 BLUE value IS 18 (7.42% from 255) = 8.14%

R = 89.59%
G = 2.26%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C60512 (or 0xC60512) is known color: Venetian Red. HEX triplet: C6, 05 and 12. RGB value is (198,5,18). Sum of RGB (Red+Green+Blue) = 198+5+18=221 (29% of max value = 765). Red value is 198 (77.73% from 255 or 89.59% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 18 (7.42% from 255 or 8.14% from 221); Max value from RGB is 198 - color contains mainly: red. Hex color #C60512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60512 is #39FAED. Grayscale: #404040. Windows color (decimal): -3799790 or 1181126. OLE color: 1181126.

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

Color convert

RGB 198 5 18 -
CMYK 0 0.97 0.91 0.22
HSL 355.96º 0.95% 0.4% -
HSV(B) 355.96º 0.97% 0.78% -
XYZ 23.45 12.16 1.68 -
YUV 64.19 101.94 223.44 -
System Red Green Blue C M Y K H S L
Decimal 198 5 18 0 0.97 0.91 0.22 355.96 0.95 0.4
Hex C6 5 12 0 61 5B 16 164 5F 28
Octal 306 5 22 0 141 133 26 544 137 50
Binary 11000110 101 10010 0 1100001 1011011 10110 101100100 1011111 101000

Color Harmonies of #C60512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60512

Black with #C60512

Text Example


Text Example

White with #C60512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60512; }

 p { color: rgb(198,5,18); }

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

background-color css

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

 a { background-color: rgb(198,5,18); }

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

border-color css

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

 span { border-color: rgb(198,5,18); }

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