Html Css Color HEX #C61315 Venetian Red

📋 copy color: '#C61315'

red 198 ◦ green 19 ◦ blue 21

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

Shades of Venetian Red #C61315

Tints of Venetian Red #C61315

RGB

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

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

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

R = 83.19%
G = 7.98%
B = 8.82%

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

#C61315 (or 0xC61315) is known color: Venetian Red. HEX triplet: C6, 13 and 15. RGB value is (198,19,21). Sum of RGB (Red+Green+Blue) = 198+19+21=238 (31% of max value = 765). Red value is 198 (77.73% from 255 or 83.19% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 21 (8.59% from 255 or 8.82% from 238); Max value from RGB is 198 - color contains mainly: red. Hex color #C61315 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61315 is #39ECEA. Grayscale: #484848. Windows color (decimal): -3796203 or 1381318. OLE color: 1381318.

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

Color convert

RGB 198 19 21 -
CMYK 0 0.90 0.89 0.22
HSL 359.33º 0.82% 0.43% -
HSV(B) 359.33º 0.9% 0.78% -
XYZ 23.66 12.53 1.88 -
YUV 72.75 98.8 217.34 -
System Red Green Blue C M Y K H S L
Decimal 198 19 21 0 0.90 0.89 0.22 359.33 0.82 0.43
Hex C6 13 15 0 5A 59 16 167 52 2B
Octal 306 23 25 0 132 131 26 547 122 53
Binary 11000110 10011 10101 0 1011010 1011001 10110 101100111 1010010 101011

Color Harmonies of #C61315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61315

Black with #C61315

Text Example


Text Example

White with #C61315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61315; }

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

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

background-color css

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

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

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

border-color css

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

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

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