Html Css Color HEX #C60813 Venetian Red

📋 copy color: '#C60813'

red 198 ◦ green 8 ◦ blue 19

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

Shades of Venetian Red #C60813

Tints of Venetian Red #C60813

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.56%

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

R = 88%
G = 3.56%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C60813 (or 0xC60813) is known color: Venetian Red. HEX triplet: C6, 08 and 13. RGB value is (198,8,19). Sum of RGB (Red+Green+Blue) = 198+8+19=225 (29% of max value = 765). Red value is 198 (77.73% from 255 or 88% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 198 - color contains mainly: red. Hex color #C60813 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60813 is #39F7EC. Grayscale: #424242. Windows color (decimal): -3799021 or 1247430. OLE color: 1247430.

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

Color convert

RGB 198 8 19 -
CMYK 0 0.96 0.90 0.22
HSL 356.53º 0.92% 0.4% -
HSV(B) 356.53º 0.96% 0.78% -
XYZ 23.49 12.23 1.74 -
YUV 66.06 101.45 222.11 -
System Red Green Blue C M Y K H S L
Decimal 198 8 19 0 0.96 0.90 0.22 356.53 0.92 0.4
Hex C6 8 13 0 60 5A 16 165 5C 28
Octal 306 10 23 0 140 132 26 545 134 50
Binary 11000110 1000 10011 0 1100000 1011010 10110 101100101 1011100 101000

Color Harmonies of #C60813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60813

Black with #C60813

Text Example


Text Example

White with #C60813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60813; }

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

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

background-color css

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

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

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

border-color css

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

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

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