Html Css Color HEX #C60D1C Venetian Red

📋 copy color: '#C60D1C'

red 198 ◦ green 13 ◦ blue 28

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

Shades of Venetian Red #C60D1C

Tints of Venetian Red #C60D1C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.44%

 BLUE value IS 28 (11.33% from 255) = 11.72%

R = 82.85%
G = 5.44%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C60D1C (or 0xC60D1C) is known color: Venetian Red. HEX triplet: C6, 0D and 1C. RGB value is (198,13,28). Sum of RGB (Red+Green+Blue) = 198+13+28=239 (31% of max value = 765). Red value is 198 (77.73% from 255 or 82.85% from 239); Green value is 13 (5.47% from 255 or 5.44% from 239); Blue value is 28 (11.33% from 255 or 11.72% from 239); Max value from RGB is 198 - color contains mainly: red. Hex color #C60D1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60D1C is #39F2E3. Grayscale: #464646. Windows color (decimal): -3797732 or 1838534. OLE color: 1838534.

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

Color convert

RGB 198 13 28 -
CMYK 0 0.93 0.86 0.22
HSL 355.14º 0.88% 0.41% -
HSV(B) 355.14º 0.93% 0.78% -
XYZ 23.64 12.38 2.24 -
YUV 70.03 104.29 219.28 -
System Red Green Blue C M Y K H S L
Decimal 198 13 28 0 0.93 0.86 0.22 355.14 0.88 0.41
Hex C6 D 1C 0 5D 56 16 163 58 29
Octal 306 15 34 0 135 126 26 543 130 51
Binary 11000110 1101 11100 0 1011101 1010110 10110 101100011 1011000 101001

Color Harmonies of #C60D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60D1C

Black with #C60D1C

Text Example


Text Example

White with #C60D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60D1C; }

 p { color: rgb(198,13,28); }

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

background-color css

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

 a { background-color: rgb(198,13,28); }

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

border-color css

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

 span { border-color: rgb(198,13,28); }

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