Html Css Color HEX #C0090E Venetian Red

📋 copy color: '#C0090E'

red 192 ◦ green 9 ◦ blue 14

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

Shades of Venetian Red #C0090E

Tints of Venetian Red #C0090E

RGB

 RED value IS 192 (75.39% from 255) = 89.3%

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

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

R = 89.3%
G = 4.19%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C0090E (or 0xC0090E) is known color: Venetian Red. HEX triplet: C0, 09 and 0E. RGB value is (192,9,14). Sum of RGB (Red+Green+Blue) = 192+9+14=215 (28% of max value = 765). Red value is 192 (75.39% from 255 or 89.30% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 14 (5.86% from 255 or 6.51% from 215); Max value from RGB is 192 - color contains mainly: red. Hex color #C0090E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0090E is #3FF6F1. Grayscale: #404040. Windows color (decimal): -4191986 or 920000. OLE color: 920000.

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

Color convert

RGB 192 9 14 -
CMYK 0 0.95 0.93 0.25
HSL 358.36º 0.91% 0.39% -
HSV(B) 358.36º 0.95% 0.75% -
XYZ 21.92 11.43 1.47 -
YUV 64.29 99.63 219.09 -
System Red Green Blue C M Y K H S L
Decimal 192 9 14 0 0.95 0.93 0.25 358.36 0.91 0.39
Hex C0 9 E 0 5F 5D 19 166 5B 27
Octal 300 11 16 0 137 135 31 546 133 47
Binary 11000000 1001 1110 0 1011111 1011101 11001 101100110 1011011 100111

Color Harmonies of #C0090E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0090E

Black with #C0090E

Text Example


Text Example

White with #C0090E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0090E; }

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

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

background-color css

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

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

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

border-color css

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

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

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