Html Css Color HEX #C1052D Venetian Red

📋 copy color: '#C1052D'

red 193 ◦ green 5 ◦ blue 45

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

Shades of Venetian Red #C1052D

Tints of Venetian Red #C1052D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.52%

R = 79.42%
G = 2.06%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C1052D (or 0xC1052D) is known color: Venetian Red. HEX triplet: C1, 05 and 2D. RGB value is (193,5,45). Sum of RGB (Red+Green+Blue) = 193+5+45=243 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.42% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 193 - color contains mainly: red. Hex color #C1052D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1052D is #3EFAD2. Grayscale: #414141. Windows color (decimal): -4127443 or 2950593. OLE color: 2950593.

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

Color convert

RGB 193 5 45 -
CMYK 0 0.97 0.77 0.24
HSL 347.23º 0.95% 0.39% -
HSV(B) 347.23º 0.97% 0.76% -
XYZ 22.52 11.64 3.54 -
YUV 65.77 116.28 218.75 -
System Red Green Blue C M Y K H S L
Decimal 193 5 45 0 0.97 0.77 0.24 347.23 0.95 0.39
Hex C1 5 2D 0 61 4D 18 15B 5F 27
Octal 301 5 55 0 141 115 30 533 137 47
Binary 11000001 101 101101 0 1100001 1001101 11000 101011011 1011111 100111

Color Harmonies of #C1052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1052D

Black with #C1052D

Text Example


Text Example

White with #C1052D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1052D; }

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

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

background-color css

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

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

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

border-color css

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

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

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