Html Css Color HEX #C1050D Venetian Red

📋 copy color: '#C1050D'

red 193 ◦ green 5 ◦ blue 13

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

Shades of Venetian Red #C1050D

Tints of Venetian Red #C1050D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.37%

 BLUE value IS 13 (5.47% from 255) = 6.16%

R = 91.47%
G = 2.37%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C1050D (or 0xC1050D) is known color: Venetian Red. HEX triplet: C1, 05 and 0D. RGB value is (193,5,13). Sum of RGB (Red+Green+Blue) = 193+5+13=211 (27% of max value = 765). Red value is 193 (75.78% from 255 or 91.47% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 13 (5.47% from 255 or 6.16% from 211); Max value from RGB is 193 - color contains mainly: red. Hex color #C1050D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C1050D is #3EFAF2. Grayscale: #3E3E3E. Windows color (decimal): -4127475 or 853441. OLE color: 853441.

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

Color convert

RGB 193 5 13 -
CMYK 0 0.97 0.93 0.24
HSL 357.45º 0.95% 0.39% -
HSV(B) 357.45º 0.97% 0.76% -
XYZ 22.12 11.48 1.43 -
YUV 62.12 100.28 221.35 -
System Red Green Blue C M Y K H S L
Decimal 193 5 13 0 0.97 0.93 0.24 357.45 0.95 0.39
Hex C1 5 D 0 61 5D 18 165 5F 27
Octal 301 5 15 0 141 135 30 545 137 47
Binary 11000001 101 1101 0 1100001 1011101 11000 101100101 1011111 100111

Color Harmonies of #C1050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1050D

Black with #C1050D

Text Example


Text Example

White with #C1050D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1050D; }

 p { color: rgb(193,5,13); }

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

background-color css

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

 a { background-color: rgb(193,5,13); }

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

border-color css

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

 span { border-color: rgb(193,5,13); }

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