Html Css Color HEX #C1090E Venetian Red

📋 copy color: '#C1090E'

red 193 ◦ green 9 ◦ blue 14

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

Shades of Venetian Red #C1090E

Tints of Venetian Red #C1090E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.17%

 BLUE value IS 14 (5.86% from 255) = 6.48%

R = 89.35%
G = 4.17%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C1090E (or 0xC1090E) is known color: Venetian Red. HEX triplet: C1, 09 and 0E. RGB value is (193,9,14). Sum of RGB (Red+Green+Blue) = 193+9+14=216 (28% of max value = 765). Red value is 193 (75.78% from 255 or 89.35% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 14 (5.86% from 255 or 6.48% from 216); Max value from RGB is 193 - color contains mainly: red. Hex color #C1090E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C1090E is #3EF6F1. Grayscale: #404040. Windows color (decimal): -4126450 or 920001. OLE color: 920001.

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

Color convert

RGB 193 9 14 -
CMYK 0 0.95 0.93 0.24
HSL 358.37º 0.91% 0.4% -
HSV(B) 358.37º 0.95% 0.76% -
XYZ 22.17 11.56 1.48 -
YUV 64.59 99.46 219.59 -
System Red Green Blue C M Y K H S L
Decimal 193 9 14 0 0.95 0.93 0.24 358.37 0.91 0.4
Hex C1 9 E 0 5F 5D 18 166 5B 28
Octal 301 11 16 0 137 135 30 546 133 50
Binary 11000001 1001 1110 0 1011111 1011101 11000 101100110 1011011 101000

Color Harmonies of #C1090E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1090E

Black with #C1090E

Text Example


Text Example

White with #C1090E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1090E; }

 p { color: rgb(193,9,14); }

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

background-color css

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

 a { background-color: rgb(193,9,14); }

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

border-color css

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

 span { border-color: rgb(193,9,14); }

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