Html Css Color HEX #C60213 Venetian Red

📋 copy color: '#C60213'

red 198 ◦ green 2 ◦ blue 19

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

Shades of Venetian Red #C60213

Tints of Venetian Red #C60213

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.91%

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

R = 90.41%
G = 0.91%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C60213 (or 0xC60213) is known color: Venetian Red. HEX triplet: C6, 02 and 13. RGB value is (198,2,19). Sum of RGB (Red+Green+Blue) = 198+2+19=219 (29% of max value = 765). Red value is 198 (77.73% from 255 or 90.41% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 198 - color contains mainly: red. Hex color #C60213 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60213 is #39FDEC. Grayscale: #3E3E3E. Windows color (decimal): -3800557 or 1245894. OLE color: 1245894.

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

Color convert

RGB 198 2 19 -
CMYK 0 0.99 0.90 0.22
HSL 354.8º 0.98% 0.39% -
HSV(B) 354.8º 0.99% 0.78% -
XYZ 23.43 12.1 1.72 -
YUV 62.54 103.43 224.62 -
System Red Green Blue C M Y K H S L
Decimal 198 2 19 0 0.99 0.90 0.22 354.8 0.98 0.39
Hex C6 2 13 0 63 5A 16 163 62 27
Octal 306 2 23 0 143 132 26 543 142 47
Binary 11000110 10 10011 0 1100011 1011010 10110 101100011 1100010 100111

Color Harmonies of #C60213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60213

Black with #C60213

Text Example


Text Example

White with #C60213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60213; }

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

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

background-color css

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

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

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

border-color css

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

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

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