Html Css Color HEX #C11019 Venetian Red

📋 copy color: '#C11019'

red 193 ◦ green 16 ◦ blue 25

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

Shades of Venetian Red #C11019

Tints of Venetian Red #C11019

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.84%

 BLUE value IS 25 (10.16% from 255) = 10.68%

R = 82.48%
G = 6.84%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C11019 (or 0xC11019) is known color: Venetian Red. HEX triplet: C1, 10 and 19. RGB value is (193,16,25). Sum of RGB (Red+Green+Blue) = 193+16+25=234 (30% of max value = 765). Red value is 193 (75.78% from 255 or 82.48% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 25 (10.16% from 255 or 10.68% from 234); Max value from RGB is 193 - color contains mainly: red. Hex color #C11019 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11019 is #3EEFE6. Grayscale: #464646. Windows color (decimal): -4124647 or 1642689. OLE color: 1642689.

HSL color Cylindrical-coordinate representation of color #C11019: hue angle of 356.95º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C11019 is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 16 25 -
CMYK 0 0.92 0.87 0.24
HSL 356.95º 0.85% 0.41% -
HSV(B) 356.95º 0.92% 0.76% -
XYZ 22.35 11.78 2.01 -
YUV 69.95 102.64 215.77 -
System Red Green Blue C M Y K H S L
Decimal 193 16 25 0 0.92 0.87 0.24 356.95 0.85 0.41
Hex C1 10 19 0 5C 57 18 165 55 29
Octal 301 20 31 0 134 127 30 545 125 51
Binary 11000001 10000 11001 0 1011100 1010111 11000 101100101 1010101 101001

Color Harmonies of #C11019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11019

Black with #C11019

Text Example


Text Example

White with #C11019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11019; }

 p { color: rgb(193,16,25); }

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

background-color css

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

 a { background-color: rgb(193,16,25); }

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

border-color css

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

 span { border-color: rgb(193,16,25); }

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