Html Css Color HEX #C10125 Venetian Red

📋 copy color: '#C10125'

red 193 ◦ green 1 ◦ blue 37

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

Shades of Venetian Red #C10125

Tints of Venetian Red #C10125

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

 BLUE value IS 37 (14.84% from 255) = 16.02%

R = 83.55%
G = 0.43%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C10125 (or 0xC10125) is known color: Venetian Red. HEX triplet: C1, 01 and 25. RGB value is (193,1,37). Sum of RGB (Red+Green+Blue) = 193+1+37=231 (30% of max value = 765). Red value is 193 (75.78% from 255 or 83.55% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 37 (14.84% from 255 or 16.02% from 231); Max value from RGB is 193 - color contains mainly: red. Hex color #C10125 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10125 is #3EFEDA. Grayscale: #3E3E3E. Windows color (decimal): -4128475 or 2425281. OLE color: 2425281.

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

Color convert

RGB 193 1 37 -
CMYK 0 0.99 0.81 0.24
HSL 348.75º 0.99% 0.38% -
HSV(B) 348.75º 0.99% 0.76% -
XYZ 22.34 11.49 2.79 -
YUV 62.51 113.61 221.07 -
System Red Green Blue C M Y K H S L
Decimal 193 1 37 0 0.99 0.81 0.24 348.75 0.99 0.38
Hex C1 1 25 0 63 51 18 15D 63 26
Octal 301 1 45 0 143 121 30 535 143 46
Binary 11000001 1 100101 0 1100011 1010001 11000 101011101 1100011 100110

Color Harmonies of #C10125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10125

Black with #C10125

Text Example


Text Example

White with #C10125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10125; }

 p { color: rgb(193,1,37); }

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

background-color css

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

 a { background-color: rgb(193,1,37); }

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

border-color css

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

 span { border-color: rgb(193,1,37); }

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