Html Css Color HEX #C60A0D Venetian Red

📋 copy color: '#C60A0D'

red 198 ◦ green 10 ◦ blue 13

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

Shades of Venetian Red #C60A0D

Tints of Venetian Red #C60A0D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.52%

 BLUE value IS 13 (5.47% from 255) = 5.88%

R = 89.59%
G = 4.52%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C60A0D (or 0xC60A0D) is known color: Venetian Red. HEX triplet: C6, 0A and 0D. RGB value is (198,10,13). Sum of RGB (Red+Green+Blue) = 198+10+13=221 (29% of max value = 765). Red value is 198 (77.73% from 255 or 89.59% from 221); Green value is 10 (4.30% from 255 or 4.52% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 198 - color contains mainly: red. Hex color #C60A0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60A0D is #39F5F2. Grayscale: #424242. Windows color (decimal): -3798515 or 854726. OLE color: 854726.

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

Color convert

RGB 198 10 13 -
CMYK 0 0.95 0.93 0.22
HSL 359.04º 0.9% 0.41% -
HSV(B) 359.04º 0.95% 0.78% -
XYZ 23.47 12.25 1.51 -
YUV 66.55 97.78 221.76 -
System Red Green Blue C M Y K H S L
Decimal 198 10 13 0 0.95 0.93 0.22 359.04 0.9 0.41
Hex C6 A D 0 5F 5D 16 167 5A 29
Octal 306 12 15 0 137 135 26 547 132 51
Binary 11000110 1010 1101 0 1011111 1011101 10110 101100111 1011010 101001

Color Harmonies of #C60A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60A0D

Black with #C60A0D

Text Example


Text Example

White with #C60A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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