Html Css Color HEX #C61316 Venetian Red

📋 copy color: '#C61316'

red 198 ◦ green 19 ◦ blue 22

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

Shades of Venetian Red #C61316

Tints of Venetian Red #C61316

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.95%

 BLUE value IS 22 (8.98% from 255) = 9.21%

R = 82.85%
G = 7.95%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C61316 (or 0xC61316) is known color: Venetian Red. HEX triplet: C6, 13 and 16. RGB value is (198,19,22). Sum of RGB (Red+Green+Blue) = 198+19+22=239 (31% of max value = 765). Red value is 198 (77.73% from 255 or 82.85% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 22 (8.98% from 255 or 9.21% from 239); Max value from RGB is 198 - color contains mainly: red. Hex color #C61316 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61316 is #39ECE9. Grayscale: #494949. Windows color (decimal): -3796202 or 1446854. OLE color: 1446854.

HSL color Cylindrical-coordinate representation of color #C61316: hue angle of 358.99º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C61316 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 19 22 -
CMYK 0 0.90 0.89 0.22
HSL 358.99º 0.82% 0.43% -
HSV(B) 358.99º 0.9% 0.78% -
XYZ 23.67 12.53 1.93 -
YUV 72.86 99.3 217.26 -
System Red Green Blue C M Y K H S L
Decimal 198 19 22 0 0.90 0.89 0.22 358.99 0.82 0.43
Hex C6 13 16 0 5A 59 16 167 52 2B
Octal 306 23 26 0 132 131 26 547 122 53
Binary 11000110 10011 10110 0 1011010 1011001 10110 101100111 1010010 101011

Color Harmonies of #C61316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61316

Black with #C61316

Text Example


Text Example

White with #C61316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61316; }

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

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

background-color css

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

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

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

border-color css

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

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

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