Html Css Color HEX #C10014 Venetian Red

📋 copy color: '#C10014'

red 193 ◦ green 0 ◦ blue 20

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

Shades of Venetian Red #C10014

Tints of Venetian Red #C10014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.39%

R = 90.61%
G = 0%
B = 9.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C10014 (or 0xC10014) is known color: Venetian Red. HEX triplet: C1, 00 and 14. RGB value is (193,0,20). Sum of RGB (Red+Green+Blue) = 193+0+20=213 (28% of max value = 765). Red value is 193 (75.78% from 255 or 90.61% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 20 (8.20% from 255 or 9.39% from 213); Max value from RGB is 193 - color contains mainly: red. Hex color #C10014 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10014 is #3EFFEB. Grayscale: #3C3C3C. Windows color (decimal): -4128748 or 1310913. OLE color: 1310913.

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

Color convert

RGB 193 0 20 -
CMYK 0 1 0.90 0.24
HSL 353.78º 1% 0.38% -
HSV(B) 353.78º 1% 0.76% -
XYZ 22.12 11.39 1.69 -
YUV 59.99 105.44 222.87 -
System Red Green Blue C M Y K H S L
Decimal 193 0 20 0 1 0.90 0.24 353.78 1 0.38
Hex C1 0 14 0 64 5A 18 162 64 26
Octal 301 0 24 0 144 132 30 542 144 46
Binary 11000001 0 10100 0 1100100 1011010 11000 101100010 1100100 100110

Color Harmonies of #C10014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10014

Black with #C10014

Text Example


Text Example

White with #C10014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10014; }

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

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

background-color css

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

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

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

border-color css

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

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

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