Html Css Color HEX #C2091E Venetian Red

📋 copy color: '#C2091E'

red 194 ◦ green 9 ◦ blue 30

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

Shades of Venetian Red #C2091E

Tints of Venetian Red #C2091E

RGB

 RED value IS 194 (76.17% from 255) = 83.26%

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

 BLUE value IS 30 (12.11% from 255) = 12.88%

R = 83.26%
G = 3.86%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C2091E (or 0xC2091E) is known color: Venetian Red. HEX triplet: C2, 09 and 1E. RGB value is (194,9,30). Sum of RGB (Red+Green+Blue) = 194+9+30=233 (30% of max value = 765). Red value is 194 (76.17% from 255 or 83.26% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 30 (12.11% from 255 or 12.88% from 233); Max value from RGB is 194 - color contains mainly: red. Hex color #C2091E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2091E is #3DF6E1. Grayscale: #424242. Windows color (decimal): -4060898 or 1968578. OLE color: 1968578.

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

Color convert

RGB 194 9 30 -
CMYK 0 0.95 0.85 0.24
HSL 353.19º 0.91% 0.4% -
HSV(B) 353.19º 0.95% 0.76% -
XYZ 22.58 11.76 2.31 -
YUV 66.71 107.29 218.79 -
System Red Green Blue C M Y K H S L
Decimal 194 9 30 0 0.95 0.85 0.24 353.19 0.91 0.4
Hex C2 9 1E 0 5F 55 18 161 5B 28
Octal 302 11 36 0 137 125 30 541 133 50
Binary 11000010 1001 11110 0 1011111 1010101 11000 101100001 1011011 101000

Color Harmonies of #C2091E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2091E

Black with #C2091E

Text Example


Text Example

White with #C2091E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2091E; }

 p { color: rgb(194,9,30); }

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

background-color css

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

 a { background-color: rgb(194,9,30); }

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

border-color css

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

 span { border-color: rgb(194,9,30); }

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