Html Css Color HEX #C10424 Venetian Red

📋 copy color: '#C10424'

red 193 ◦ green 4 ◦ blue 36

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

Shades of Venetian Red #C10424

Tints of Venetian Red #C10424

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.72%

 BLUE value IS 36 (14.45% from 255) = 15.45%

R = 82.83%
G = 1.72%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C10424 (or 0xC10424) is known color: Venetian Red. HEX triplet: C1, 04 and 24. RGB value is (193,4,36). Sum of RGB (Red+Green+Blue) = 193+4+36=233 (30% of max value = 765). Red value is 193 (75.78% from 255 or 82.83% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 36 (14.45% from 255 or 15.45% from 233); Max value from RGB is 193 - color contains mainly: red. Hex color #C10424 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10424 is #3EFBDB. Grayscale: #404040. Windows color (decimal): -4127708 or 2360513. OLE color: 2360513.

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

Color convert

RGB 193 4 36 -
CMYK 0 0.98 0.81 0.24
HSL 349.84º 0.96% 0.39% -
HSV(B) 349.84º 0.98% 0.76% -
XYZ 22.35 11.55 2.72 -
YUV 64.16 112.12 219.9 -
System Red Green Blue C M Y K H S L
Decimal 193 4 36 0 0.98 0.81 0.24 349.84 0.96 0.39
Hex C1 4 24 0 62 51 18 15E 60 27
Octal 301 4 44 0 142 121 30 536 140 47
Binary 11000001 100 100100 0 1100010 1010001 11000 101011110 1100000 100111

Color Harmonies of #C10424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10424

Black with #C10424

Text Example


Text Example

White with #C10424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10424; }

 p { color: rgb(193,4,36); }

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

background-color css

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

 a { background-color: rgb(193,4,36); }

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

border-color css

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

 span { border-color: rgb(193,4,36); }

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