Html Css Color HEX #C10020 Venetian Red

📋 copy color: '#C10020'

red 193 ◦ green 0 ◦ blue 32

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

Shades of Venetian Red #C10020

Tints of Venetian Red #C10020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.22%

R = 85.78%
G = 0%
B = 14.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C10020 (or 0xC10020) is known color: Venetian Red. HEX triplet: C1, 00 and 20. RGB value is (193,0,32). Sum of RGB (Red+Green+Blue) = 193+0+32=225 (29% of max value = 765). Red value is 193 (75.78% from 255 or 85.78% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 32 (12.89% from 255 or 14.22% from 225); Max value from RGB is 193 - color contains mainly: red. Hex color #C10020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10020 is #3EFFDF. Grayscale: #3D3D3D. Windows color (decimal): -4128736 or 2097345. OLE color: 2097345.

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

Color convert

RGB 193 0 32 -
CMYK 0 1 0.83 0.24
HSL 350.05º 1% 0.38% -
HSV(B) 350.05º 1% 0.76% -
XYZ 22.25 11.44 2.4 -
YUV 61.36 111.44 221.9 -
System Red Green Blue C M Y K H S L
Decimal 193 0 32 0 1 0.83 0.24 350.05 1 0.38
Hex C1 0 20 0 64 53 18 15E 64 26
Octal 301 0 40 0 144 123 30 536 144 46
Binary 11000001 0 100000 0 1100100 1010011 11000 101011110 1100100 100110

Color Harmonies of #C10020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10020

Black with #C10020

Text Example


Text Example

White with #C10020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10020; }

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

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

background-color css

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

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

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

border-color css

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

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

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