Html Css Color HEX #C10524 Venetian Red

📋 copy color: '#C10524'

red 193 ◦ green 5 ◦ blue 36

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

Shades of Venetian Red #C10524

Tints of Venetian Red #C10524

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.14%

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

R = 82.48%
G = 2.14%
B = 15.38%

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

#C10524 (or 0xC10524) is known color: Venetian Red. HEX triplet: C1, 05 and 24. RGB value is (193,5,36). Sum of RGB (Red+Green+Blue) = 193+5+36=234 (30% of max value = 765). Red value is 193 (75.78% from 255 or 82.48% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 36 (14.45% from 255 or 15.38% from 234); Max value from RGB is 193 - color contains mainly: red. Hex color #C10524 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10524 is #3EFADB. Grayscale: #404040. Windows color (decimal): -4127452 or 2360769. OLE color: 2360769.

HSL color Cylindrical-coordinate representation of color #C10524: hue angle of 350.11º degrees, saturation: 0.95, 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 #C10524 is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 5 36 -
CMYK 0 0.97 0.81 0.24
HSL 350.11º 0.95% 0.39% -
HSV(B) 350.11º 0.97% 0.76% -
XYZ 22.37 11.57 2.72 -
YUV 64.75 111.78 219.48 -
System Red Green Blue C M Y K H S L
Decimal 193 5 36 0 0.97 0.81 0.24 350.11 0.95 0.39
Hex C1 5 24 0 61 51 18 15E 5F 27
Octal 301 5 44 0 141 121 30 536 137 47
Binary 11000001 101 100100 0 1100001 1010001 11000 101011110 1011111 100111

Color Harmonies of #C10524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10524

Black with #C10524

Text Example


Text Example

White with #C10524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10524; }

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

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

background-color css

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

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

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

border-color css

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

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

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