Html Css Color HEX #C1041E Venetian Red

📋 copy color: '#C1041E'

red 193 ◦ green 4 ◦ blue 30

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

Shades of Venetian Red #C1041E

Tints of Venetian Red #C1041E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.76%

 BLUE value IS 30 (12.11% from 255) = 13.22%

R = 85.02%
G = 1.76%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C1041E (or 0xC1041E) is known color: Venetian Red. HEX triplet: C1, 04 and 1E. RGB value is (193,4,30). Sum of RGB (Red+Green+Blue) = 193+4+30=227 (30% of max value = 765). Red value is 193 (75.78% from 255 or 85.02% from 227); Green value is 4 (1.95% from 255 or 1.76% from 227); Blue value is 30 (12.11% from 255 or 13.22% from 227); Max value from RGB is 193 - color contains mainly: red. Hex color #C1041E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1041E is #3EFBE1. Grayscale: #3F3F3F. Windows color (decimal): -4127714 or 1967297. OLE color: 1967297.

HSL color Cylindrical-coordinate representation of color #C1041E: hue angle of 351.75º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C1041E is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 4 30 -
CMYK 0 0.98 0.84 0.24
HSL 351.75º 0.96% 0.39% -
HSV(B) 351.75º 0.98% 0.76% -
XYZ 22.27 11.52 2.28 -
YUV 63.48 109.12 220.39 -
System Red Green Blue C M Y K H S L
Decimal 193 4 30 0 0.98 0.84 0.24 351.75 0.96 0.39
Hex C1 4 1E 0 62 54 18 160 60 27
Octal 301 4 36 0 142 124 30 540 140 47
Binary 11000001 100 11110 0 1100010 1010100 11000 101100000 1100000 100111

Color Harmonies of #C1041E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1041E

Black with #C1041E

Text Example


Text Example

White with #C1041E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1041E; }

 p { color: rgb(193,4,30); }

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

background-color css

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

 a { background-color: rgb(193,4,30); }

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

border-color css

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

 span { border-color: rgb(193,4,30); }

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