Html Css Color HEX #C10925 Venetian Red

📋 copy color: '#C10925'

red 193 ◦ green 9 ◦ blue 37

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

Shades of Venetian Red #C10925

Tints of Venetian Red #C10925

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.77%

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

R = 80.75%
G = 3.77%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C10925 (or 0xC10925) is known color: Venetian Red. HEX triplet: C1, 09 and 25. RGB value is (193,9,37). Sum of RGB (Red+Green+Blue) = 193+9+37=239 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.75% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 37 (14.84% from 255 or 15.48% from 239); Max value from RGB is 193 - color contains mainly: red. Hex color #C10925 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10925 is #3EF6DA. Grayscale: #434343. Windows color (decimal): -4126427 or 2427329. OLE color: 2427329.

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

Color convert

RGB 193 9 37 -
CMYK 0 0.95 0.81 0.24
HSL 350.87º 0.91% 0.4% -
HSV(B) 350.87º 0.95% 0.76% -
XYZ 22.42 11.67 2.82 -
YUV 67.21 110.96 217.72 -
System Red Green Blue C M Y K H S L
Decimal 193 9 37 0 0.95 0.81 0.24 350.87 0.91 0.4
Hex C1 9 25 0 5F 51 18 15F 5B 28
Octal 301 11 45 0 137 121 30 537 133 50
Binary 11000001 1001 100101 0 1011111 1010001 11000 101011111 1011011 101000

Color Harmonies of #C10925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10925

Black with #C10925

Text Example


Text Example

White with #C10925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10925; }

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

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

background-color css

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

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

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

border-color css

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

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

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