Html Css Color HEX #C10015 Venetian Red

📋 copy color: '#C10015'

red 193 ◦ green 0 ◦ blue 21

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

Shades of Venetian Red #C10015

Tints of Venetian Red #C10015

RGB

 RED value IS 193 (75.78% from 255) = 90.19%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 90.19%
G = 0%
B = 9.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C10015 (or 0xC10015) is known color: Venetian Red. HEX triplet: C1, 00 and 15. RGB value is (193,0,21). Sum of RGB (Red+Green+Blue) = 193+0+21=214 (28% of max value = 765). Red value is 193 (75.78% from 255 or 90.19% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 21 (8.59% from 255 or 9.81% from 214); Max value from RGB is 193 - color contains mainly: red. Hex color #C10015 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10015 is #3EFFEA. Grayscale: #3C3C3C. Windows color (decimal): -4128747 or 1376449. OLE color: 1376449.

HSL color Cylindrical-coordinate representation of color #C10015: hue angle of 353.47º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C10015 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 0 21 -
CMYK 0 1 0.89 0.24
HSL 353.47º 1% 0.38% -
HSV(B) 353.47º 1% 0.76% -
XYZ 22.13 11.39 1.74 -
YUV 60.1 105.94 222.79 -
System Red Green Blue C M Y K H S L
Decimal 193 0 21 0 1 0.89 0.24 353.47 1 0.38
Hex C1 0 15 0 64 59 18 161 64 26
Octal 301 0 25 0 144 131 30 541 144 46
Binary 11000001 0 10101 0 1100100 1011001 11000 101100001 1100100 100110

Color Harmonies of #C10015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10015

Black with #C10015

Text Example


Text Example

White with #C10015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10015; }

 p { color: rgb(193,0,21); }

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

background-color css

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

 a { background-color: rgb(193,0,21); }

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

border-color css

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

 span { border-color: rgb(193,0,21); }

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