Html Css Color HEX #C60315 Venetian Red

📋 copy color: '#C60315'

red 198 ◦ green 3 ◦ blue 21

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

Shades of Venetian Red #C60315

Tints of Venetian Red #C60315

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.35%

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

R = 89.19%
G = 1.35%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C60315 (or 0xC60315) is known color: Venetian Red. HEX triplet: C6, 03 and 15. RGB value is (198,3,21). Sum of RGB (Red+Green+Blue) = 198+3+21=222 (29% of max value = 765). Red value is 198 (77.73% from 255 or 89.19% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 21 (8.59% from 255 or 9.46% from 222); Max value from RGB is 198 - color contains mainly: red. Hex color #C60315 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60315 is #39FCEA. Grayscale: #3F3F3F. Windows color (decimal): -3800299 or 1377222. OLE color: 1377222.

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

Color convert

RGB 198 3 21 -
CMYK 0 0.98 0.89 0.22
HSL 354.46º 0.97% 0.39% -
HSV(B) 354.46º 0.98% 0.78% -
XYZ 23.46 12.13 1.81 -
YUV 63.36 104.1 224.04 -
System Red Green Blue C M Y K H S L
Decimal 198 3 21 0 0.98 0.89 0.22 354.46 0.97 0.39
Hex C6 3 15 0 62 59 16 162 61 27
Octal 306 3 25 0 142 131 26 542 141 47
Binary 11000110 11 10101 0 1100010 1011001 10110 101100010 1100001 100111

Color Harmonies of #C60315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60315

Black with #C60315

Text Example


Text Example

White with #C60315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60315; }

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

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

background-color css

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

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

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

border-color css

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

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

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