Html Css Color HEX #C10828 Venetian Red

📋 copy color: '#C10828'

red 193 ◦ green 8 ◦ blue 40

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

Shades of Venetian Red #C10828

Tints of Venetian Red #C10828

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.32%

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

R = 80.08%
G = 3.32%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C10828 (or 0xC10828) is known color: Venetian Red. HEX triplet: C1, 08 and 28. RGB value is (193,8,40). Sum of RGB (Red+Green+Blue) = 193+8+40=241 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.08% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 40 (16.02% from 255 or 16.60% from 241); Max value from RGB is 193 - color contains mainly: red. Hex color #C10828 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10828 is #3EF7D7. Grayscale: #434343. Windows color (decimal): -4126680 or 2623681. OLE color: 2623681.

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

Color convert

RGB 193 8 40 -
CMYK 0 0.96 0.79 0.24
HSL 349.62º 0.92% 0.39% -
HSV(B) 349.62º 0.96% 0.76% -
XYZ 22.46 11.66 3.08 -
YUV 66.96 112.79 217.9 -
System Red Green Blue C M Y K H S L
Decimal 193 8 40 0 0.96 0.79 0.24 349.62 0.92 0.39
Hex C1 8 28 0 60 4F 18 15E 5C 27
Octal 301 10 50 0 140 117 30 536 134 47
Binary 11000001 1000 101000 0 1100000 1001111 11000 101011110 1011100 100111

Color Harmonies of #C10828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10828

Black with #C10828

Text Example


Text Example

White with #C10828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10828; }

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

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

background-color css

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

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

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

border-color css

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

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

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