Html Css Color HEX #C60215 Venetian Red

📋 copy color: '#C60215'

red 198 ◦ green 2 ◦ blue 21

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

Shades of Venetian Red #C60215

Tints of Venetian Red #C60215

RGB

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

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

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

R = 89.59%
G = 0.9%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C60215 (or 0xC60215) is known color: Venetian Red. HEX triplet: C6, 02 and 15. RGB value is (198,2,21). Sum of RGB (Red+Green+Blue) = 198+2+21=221 (29% of max value = 765). Red value is 198 (77.73% from 255 or 89.59% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 21 (8.59% from 255 or 9.50% from 221); Max value from RGB is 198 - color contains mainly: red. Hex color #C60215 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60215 is #39FDEA. Grayscale: #3E3E3E. Windows color (decimal): -3800555 or 1376966. OLE color: 1376966.

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

Color convert

RGB 198 2 21 -
CMYK 0 0.99 0.89 0.22
HSL 354.18º 0.98% 0.39% -
HSV(B) 354.18º 0.99% 0.78% -
XYZ 23.45 12.1 1.81 -
YUV 62.77 104.43 224.46 -
System Red Green Blue C M Y K H S L
Decimal 198 2 21 0 0.99 0.89 0.22 354.18 0.98 0.39
Hex C6 2 15 0 63 59 16 162 62 27
Octal 306 2 25 0 143 131 26 542 142 47
Binary 11000110 10 10101 0 1100011 1011001 10110 101100010 1100010 100111

Color Harmonies of #C60215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60215

Black with #C60215

Text Example


Text Example

White with #C60215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60215; }

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

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

background-color css

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

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

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

border-color css

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

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

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