Html Css Color HEX #C10019 Venetian Red

📋 copy color: '#C10019'

red 193 ◦ green 0 ◦ blue 25

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

Shades of Venetian Red #C10019

Tints of Venetian Red #C10019

RGB

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

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

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

R = 88.53%
G = 0%
B = 11.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C10019 (or 0xC10019) is known color: Venetian Red. HEX triplet: C1, 00 and 19. RGB value is (193,0,25). Sum of RGB (Red+Green+Blue) = 193+0+25=218 (28% of max value = 765). Red value is 193 (75.78% from 255 or 88.53% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 25 (10.16% from 255 or 11.47% from 218); Max value from RGB is 193 - color contains mainly: red. Hex color #C10019 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10019 is #3EFFE6. Grayscale: #3C3C3C. Windows color (decimal): -4128743 or 1638593. OLE color: 1638593.

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

Color convert

RGB 193 0 25 -
CMYK 0 1 0.87 0.24
HSL 352.23º 1% 0.38% -
HSV(B) 352.23º 1% 0.76% -
XYZ 22.17 11.41 1.95 -
YUV 60.56 107.94 222.47 -
System Red Green Blue C M Y K H S L
Decimal 193 0 25 0 1 0.87 0.24 352.23 1 0.38
Hex C1 0 19 0 64 57 18 160 64 26
Octal 301 0 31 0 144 127 30 540 144 46
Binary 11000001 0 11001 0 1100100 1010111 11000 101100000 1100100 100110

Color Harmonies of #C10019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10019

Black with #C10019

Text Example


Text Example

White with #C10019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10019; }

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

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

background-color css

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

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

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

border-color css

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

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

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