Html Css Color HEX #C1041C Venetian Red

📋 copy color: '#C1041C'

red 193 ◦ green 4 ◦ blue 28

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

Shades of Venetian Red #C1041C

Tints of Venetian Red #C1041C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.44%

R = 85.78%
G = 1.78%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C1041C (or 0xC1041C) is known color: Venetian Red. HEX triplet: C1, 04 and 1C. RGB value is (193,4,28). Sum of RGB (Red+Green+Blue) = 193+4+28=225 (29% of max value = 765). Red value is 193 (75.78% from 255 or 85.78% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 28 (11.33% from 255 or 12.44% from 225); Max value from RGB is 193 - color contains mainly: red. Hex color #C1041C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1041C is #3EFBE3. Grayscale: #3F3F3F. Windows color (decimal): -4127716 or 1836225. OLE color: 1836225.

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

Color convert

RGB 193 4 28 -
CMYK 0 0.98 0.85 0.24
HSL 352.38º 0.96% 0.39% -
HSV(B) 352.38º 0.98% 0.76% -
XYZ 22.25 11.51 2.15 -
YUV 63.25 108.12 220.55 -
System Red Green Blue C M Y K H S L
Decimal 193 4 28 0 0.98 0.85 0.24 352.38 0.96 0.39
Hex C1 4 1C 0 62 55 18 160 60 27
Octal 301 4 34 0 142 125 30 540 140 47
Binary 11000001 100 11100 0 1100010 1010101 11000 101100000 1100000 100111

Color Harmonies of #C1041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1041C

Black with #C1041C

Text Example


Text Example

White with #C1041C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1041C; }

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

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

background-color css

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

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

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

border-color css

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

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

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