Html Css Color HEX #C61215 Venetian Red

📋 copy color: '#C61215'

red 198 ◦ green 18 ◦ blue 21

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

Shades of Venetian Red #C61215

Tints of Venetian Red #C61215

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.59%

 BLUE value IS 21 (8.59% from 255) = 8.86%

R = 83.54%
G = 7.59%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C61215 (or 0xC61215) is known color: Venetian Red. HEX triplet: C6, 12 and 15. RGB value is (198,18,21). Sum of RGB (Red+Green+Blue) = 198+18+21=237 (31% of max value = 765). Red value is 198 (77.73% from 255 or 83.54% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 21 (8.59% from 255 or 8.86% from 237); Max value from RGB is 198 - color contains mainly: red. Hex color #C61215 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61215 is #39EDEA. Grayscale: #484848. Windows color (decimal): -3796459 or 1381062. OLE color: 1381062.

HSL color Cylindrical-coordinate representation of color #C61215: hue angle of 359º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C61215 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 18 21 -
CMYK 0 0.91 0.89 0.22
HSL 359º 0.83% 0.42% -
HSV(B) 359º 0.91% 0.78% -
XYZ 23.64 12.49 1.87 -
YUV 72.16 99.13 217.76 -
System Red Green Blue C M Y K H S L
Decimal 198 18 21 0 0.91 0.89 0.22 359 0.83 0.42
Hex C6 12 15 0 5B 59 16 167 53 2A
Octal 306 22 25 0 133 131 26 547 123 52
Binary 11000110 10010 10101 0 1011011 1011001 10110 101100111 1010011 101010

Color Harmonies of #C61215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61215

Black with #C61215

Text Example


Text Example

White with #C61215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61215; }

 p { color: rgb(198,18,21); }

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

background-color css

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

 a { background-color: rgb(198,18,21); }

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

border-color css

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

 span { border-color: rgb(198,18,21); }

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