Html Css Color HEX #C60D1A Venetian Red

📋 copy color: '#C60D1A'

red 198 ◦ green 13 ◦ blue 26

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

Shades of Venetian Red #C60D1A

Tints of Venetian Red #C60D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.97%

R = 83.54%
G = 5.49%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C60D1A (or 0xC60D1A) is known color: Venetian Red. HEX triplet: C6, 0D and 1A. RGB value is (198,13,26). Sum of RGB (Red+Green+Blue) = 198+13+26=237 (31% of max value = 765). Red value is 198 (77.73% from 255 or 83.54% from 237); Green value is 13 (5.47% from 255 or 5.49% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 198 - color contains mainly: red. Hex color #C60D1A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60D1A is #39F2E5. Grayscale: #454545. Windows color (decimal): -3797734 or 1707462. OLE color: 1707462.

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

Color convert

RGB 198 13 26 -
CMYK 0 0.93 0.87 0.22
HSL 355.78º 0.88% 0.41% -
HSV(B) 355.78º 0.93% 0.78% -
XYZ 23.62 12.37 2.12 -
YUV 69.8 103.29 219.44 -
System Red Green Blue C M Y K H S L
Decimal 198 13 26 0 0.93 0.87 0.22 355.78 0.88 0.41
Hex C6 D 1A 0 5D 57 16 164 58 29
Octal 306 15 32 0 135 127 26 544 130 51
Binary 11000110 1101 11010 0 1011101 1010111 10110 101100100 1011000 101001

Color Harmonies of #C60D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60D1A

Black with #C60D1A

Text Example


Text Example

White with #C60D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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