Html Css Color HEX #C10C1F Venetian Red

📋 copy color: '#C10C1F'

red 193 ◦ green 12 ◦ blue 31

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

Shades of Venetian Red #C10C1F

Tints of Venetian Red #C10C1F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.08%

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

R = 81.78%
G = 5.08%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C10C1F (or 0xC10C1F) is known color: Venetian Red. HEX triplet: C1, 0C and 1F. RGB value is (193,12,31). Sum of RGB (Red+Green+Blue) = 193+12+31=236 (31% of max value = 765). Red value is 193 (75.78% from 255 or 81.78% from 236); Green value is 12 (5.08% from 255 or 5.08% from 236); Blue value is 31 (12.5% from 255 or 13.14% from 236); Max value from RGB is 193 - color contains mainly: red. Hex color #C10C1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10C1F is #3EF3E0. Grayscale: #444444. Windows color (decimal): -4125665 or 2034881. OLE color: 2034881.

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

Color convert

RGB 193 12 31 -
CMYK 0 0.94 0.84 0.24
HSL 353.7º 0.88% 0.4% -
HSV(B) 353.7º 0.94% 0.76% -
XYZ 22.37 11.7 2.38 -
YUV 68.29 106.97 216.96 -
System Red Green Blue C M Y K H S L
Decimal 193 12 31 0 0.94 0.84 0.24 353.7 0.88 0.4
Hex C1 C 1F 0 5E 54 18 162 58 28
Octal 301 14 37 0 136 124 30 542 130 50
Binary 11000001 1100 11111 0 1011110 1010100 11000 101100010 1011000 101000

Color Harmonies of #C10C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10C1F

Black with #C10C1F

Text Example


Text Example

White with #C10C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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