Html Css Color HEX #C2090E Venetian Red

📋 copy color: '#C2090E'

red 194 ◦ green 9 ◦ blue 14

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

Shades of Venetian Red #C2090E

Tints of Venetian Red #C2090E

RGB

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

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

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

R = 89.4%
G = 4.15%
B = 6.45%

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

#C2090E (or 0xC2090E) is known color: Venetian Red. HEX triplet: C2, 09 and 0E. RGB value is (194,9,14). Sum of RGB (Red+Green+Blue) = 194+9+14=217 (28% of max value = 765). Red value is 194 (76.17% from 255 or 89.40% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 14 (5.86% from 255 or 6.45% from 217); Max value from RGB is 194 - color contains mainly: red. Hex color #C2090E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C2090E is #3DF6F1. Grayscale: #414141. Windows color (decimal): -4060914 or 920002. OLE color: 920002.

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

Color convert

RGB 194 9 14 -
CMYK 0 0.95 0.93 0.24
HSL 358.38º 0.91% 0.4% -
HSV(B) 358.38º 0.95% 0.76% -
XYZ 22.43 11.7 1.49 -
YUV 64.89 99.29 220.09 -
System Red Green Blue C M Y K H S L
Decimal 194 9 14 0 0.95 0.93 0.24 358.38 0.91 0.4
Hex C2 9 E 0 5F 5D 18 166 5B 28
Octal 302 11 16 0 137 135 30 546 133 50
Binary 11000010 1001 1110 0 1011111 1011101 11000 101100110 1011011 101000

Color Harmonies of #C2090E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2090E

Black with #C2090E

Text Example


Text Example

White with #C2090E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2090E; }

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

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

background-color css

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

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

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

border-color css

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

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

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