Html Css Color HEX #C1031C Venetian Red

📋 copy color: '#C1031C'

red 193 ◦ green 3 ◦ blue 28

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

Shades of Venetian Red #C1031C

Tints of Venetian Red #C1031C

RGB

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

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

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

R = 86.16%
G = 1.34%
B = 12.5%

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

#C1031C (or 0xC1031C) is known color: Venetian Red. HEX triplet: C1, 03 and 1C. RGB value is (193,3,28). Sum of RGB (Red+Green+Blue) = 193+3+28=224 (29% of max value = 765). Red value is 193 (75.78% from 255 or 86.16% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 28 (11.33% from 255 or 12.5% from 224); Max value from RGB is 193 - color contains mainly: red. Hex color #C1031C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1031C is #3EFCE3. Grayscale: #3E3E3E. Windows color (decimal): -4127972 or 1835969. OLE color: 1835969.

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

Color convert

RGB 193 3 28 -
CMYK 0 0.98 0.85 0.24
HSL 352.11º 0.97% 0.38% -
HSV(B) 352.11º 0.98% 0.76% -
XYZ 22.23 11.49 2.14 -
YUV 62.66 108.45 220.97 -
System Red Green Blue C M Y K H S L
Decimal 193 3 28 0 0.98 0.85 0.24 352.11 0.97 0.38
Hex C1 3 1C 0 62 55 18 160 61 26
Octal 301 3 34 0 142 125 30 540 141 46
Binary 11000001 11 11100 0 1100010 1010101 11000 101100000 1100001 100110

Color Harmonies of #C1031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1031C

Black with #C1031C

Text Example


Text Example

White with #C1031C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1031C; }

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

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

background-color css

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

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

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

border-color css

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

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

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