Html Css Color HEX #C1031A Venetian Red

📋 copy color: '#C1031A'

red 193 ◦ green 3 ◦ blue 26

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

Shades of Venetian Red #C1031A

Tints of Venetian Red #C1031A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.35%

 BLUE value IS 26 (10.55% from 255) = 11.71%

R = 86.94%
G = 1.35%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C1031A (or 0xC1031A) is known color: Venetian Red. HEX triplet: C1, 03 and 1A. RGB value is (193,3,26). Sum of RGB (Red+Green+Blue) = 193+3+26=222 (29% of max value = 765). Red value is 193 (75.78% from 255 or 86.94% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 26 (10.55% from 255 or 11.71% from 222); Max value from RGB is 193 - color contains mainly: red. Hex color #C1031A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1031A is #3EFCE5. Grayscale: #3E3E3E. Windows color (decimal): -4127974 or 1704897. OLE color: 1704897.

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

Color convert

RGB 193 3 26 -
CMYK 0 0.98 0.87 0.24
HSL 352.74º 0.97% 0.38% -
HSV(B) 352.74º 0.98% 0.76% -
XYZ 22.21 11.48 2.02 -
YUV 62.43 107.45 221.13 -
System Red Green Blue C M Y K H S L
Decimal 193 3 26 0 0.98 0.87 0.24 352.74 0.97 0.38
Hex C1 3 1A 0 62 57 18 161 61 26
Octal 301 3 32 0 142 127 30 541 141 46
Binary 11000001 11 11010 0 1100010 1010111 11000 101100001 1100001 100110

Color Harmonies of #C1031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1031A

Black with #C1031A

Text Example


Text Example

White with #C1031A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1031A; }

 p { color: rgb(193,3,26); }

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

background-color css

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

 a { background-color: rgb(193,3,26); }

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

border-color css

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

 span { border-color: rgb(193,3,26); }

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