Html Css Color HEX #C61213 Venetian Red

📋 copy color: '#C61213'

red 198 ◦ green 18 ◦ blue 19

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

Shades of Venetian Red #C61213

Tints of Venetian Red #C61213

RGB

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

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

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

R = 84.26%
G = 7.66%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C61213 (or 0xC61213) is known color: Venetian Red. HEX triplet: C6, 12 and 13. RGB value is (198,18,19). Sum of RGB (Red+Green+Blue) = 198+18+19=235 (31% of max value = 765). Red value is 198 (77.73% from 255 or 84.26% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 198 - color contains mainly: red. Hex color #C61213 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61213 is #39EDEC. Grayscale: #484848. Windows color (decimal): -3796461 or 1249990. OLE color: 1249990.

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

Color convert

RGB 198 18 19 -
CMYK 0 0.91 0.90 0.22
HSL 359.67º 0.83% 0.42% -
HSV(B) 359.67º 0.91% 0.78% -
XYZ 23.62 12.49 1.78 -
YUV 71.93 98.13 217.92 -
System Red Green Blue C M Y K H S L
Decimal 198 18 19 0 0.91 0.90 0.22 359.67 0.83 0.42
Hex C6 12 13 0 5B 5A 16 168 53 2A
Octal 306 22 23 0 133 132 26 550 123 52
Binary 11000110 10010 10011 0 1011011 1011010 10110 101101000 1010011 101010

Color Harmonies of #C61213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61213

Black with #C61213

Text Example


Text Example

White with #C61213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61213; }

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

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

background-color css

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

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

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

border-color css

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

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

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