Html Css Color HEX #C1031F Venetian Red

📋 copy color: '#C1031F'

red 193 ◦ green 3 ◦ blue 31

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

Shades of Venetian Red #C1031F

Tints of Venetian Red #C1031F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.66%

R = 85.02%
G = 1.32%
B = 13.66%

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

#C1031F (or 0xC1031F) is known color: Venetian Red. HEX triplet: C1, 03 and 1F. RGB value is (193,3,31). Sum of RGB (Red+Green+Blue) = 193+3+31=227 (30% of max value = 765). Red value is 193 (75.78% from 255 or 85.02% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 31 (12.5% from 255 or 13.66% from 227); Max value from RGB is 193 - color contains mainly: red. Hex color #C1031F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1031F is #3EFCE0. Grayscale: #3F3F3F. Windows color (decimal): -4127969 or 2032577. OLE color: 2032577.

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

Color convert

RGB 193 3 31 -
CMYK 0 0.98 0.84 0.24
HSL 351.16º 0.97% 0.38% -
HSV(B) 351.16º 0.98% 0.76% -
XYZ 22.27 11.5 2.34 -
YUV 63 109.95 220.72 -
System Red Green Blue C M Y K H S L
Decimal 193 3 31 0 0.98 0.84 0.24 351.16 0.97 0.38
Hex C1 3 1F 0 62 54 18 15F 61 26
Octal 301 3 37 0 142 124 30 537 141 46
Binary 11000001 11 11111 0 1100010 1010100 11000 101011111 1100001 100110

Color Harmonies of #C1031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1031F

Black with #C1031F

Text Example


Text Example

White with #C1031F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1031F; }

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

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

background-color css

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

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

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

border-color css

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

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

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