Html Css Color HEX #C1012D Venetian Red

📋 copy color: '#C1012D'

red 193 ◦ green 1 ◦ blue 45

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

Shades of Venetian Red #C1012D

Tints of Venetian Red #C1012D

RGB

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

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

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

R = 80.75%
G = 0.42%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C1012D (or 0xC1012D) is known color: Venetian Red. HEX triplet: C1, 01 and 2D. RGB value is (193,1,45). Sum of RGB (Red+Green+Blue) = 193+1+45=239 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.75% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 193 - color contains mainly: red. Hex color #C1012D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1012D is #3EFED2. Grayscale: #3F3F3F. Windows color (decimal): -4128467 or 2949569. OLE color: 2949569.

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

Color convert

RGB 193 1 45 -
CMYK 0 0.99 0.77 0.24
HSL 346.25º 0.99% 0.38% -
HSV(B) 346.25º 0.99% 0.76% -
XYZ 22.48 11.55 3.53 -
YUV 63.42 117.61 220.42 -
System Red Green Blue C M Y K H S L
Decimal 193 1 45 0 0.99 0.77 0.24 346.25 0.99 0.38
Hex C1 1 2D 0 63 4D 18 15A 63 26
Octal 301 1 55 0 143 115 30 532 143 46
Binary 11000001 1 101101 0 1100011 1001101 11000 101011010 1100011 100110

Color Harmonies of #C1012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1012D

Black with #C1012D

Text Example


Text Example

White with #C1012D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1012D; }

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

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

background-color css

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

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

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

border-color css

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

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

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