Html Css Color HEX #C10624 Venetian Red

📋 copy color: '#C10624'

red 193 ◦ green 6 ◦ blue 36

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

Shades of Venetian Red #C10624

Tints of Venetian Red #C10624

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.55%

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

R = 82.13%
G = 2.55%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C10624 (or 0xC10624) is known color: Venetian Red. HEX triplet: C1, 06 and 24. RGB value is (193,6,36). Sum of RGB (Red+Green+Blue) = 193+6+36=235 (31% of max value = 765). Red value is 193 (75.78% from 255 or 82.13% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 36 (14.45% from 255 or 15.32% from 235); Max value from RGB is 193 - color contains mainly: red. Hex color #C10624 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10624 is #3EF9DB. Grayscale: #414141. Windows color (decimal): -4127196 or 2361025. OLE color: 2361025.

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

Color convert

RGB 193 6 36 -
CMYK 0 0.97 0.81 0.24
HSL 350.37º 0.94% 0.39% -
HSV(B) 350.37º 0.97% 0.76% -
XYZ 22.38 11.6 2.73 -
YUV 65.33 111.45 219.06 -
System Red Green Blue C M Y K H S L
Decimal 193 6 36 0 0.97 0.81 0.24 350.37 0.94 0.39
Hex C1 6 24 0 61 51 18 15E 5E 27
Octal 301 6 44 0 141 121 30 536 136 47
Binary 11000001 110 100100 0 1100001 1010001 11000 101011110 1011110 100111

Color Harmonies of #C10624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10624

Black with #C10624

Text Example


Text Example

White with #C10624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10624; }

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

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

background-color css

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

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

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

border-color css

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

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

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