Html Css Color HEX #C10028 Venetian Red

📋 copy color: '#C10028'

red 193 ◦ green 0 ◦ blue 40

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

Shades of Venetian Red #C10028

Tints of Venetian Red #C10028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.17%

R = 82.83%
G = 0%
B = 17.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C10028 (or 0xC10028) is known color: Venetian Red. HEX triplet: C1, 00 and 28. RGB value is (193,0,40). Sum of RGB (Red+Green+Blue) = 193+0+40=233 (30% of max value = 765). Red value is 193 (75.78% from 255 or 82.83% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 193 - color contains mainly: red. Hex color #C10028 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10028 is #3EFFD7. Grayscale: #3E3E3E. Windows color (decimal): -4128728 or 2621633. OLE color: 2621633.

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

Color convert

RGB 193 0 40 -
CMYK 0 1 0.79 0.24
HSL 347.56º 1% 0.38% -
HSV(B) 347.56º 1% 0.76% -
XYZ 22.38 11.49 3.05 -
YUV 62.27 115.44 221.25 -
System Red Green Blue C M Y K H S L
Decimal 193 0 40 0 1 0.79 0.24 347.56 1 0.38
Hex C1 0 28 0 64 4F 18 15C 64 26
Octal 301 0 50 0 144 117 30 534 144 46
Binary 11000001 0 101000 0 1100100 1001111 11000 101011100 1100100 100110

Color Harmonies of #C10028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10028

Black with #C10028

Text Example


Text Example

White with #C10028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10028; }

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

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

background-color css

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

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

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

border-color css

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

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

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