Html Css Color HEX #C9050E Venetian Red

📋 copy color: '#C9050E'

red 201 ◦ green 5 ◦ blue 14

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

Shades of Venetian Red #C9050E

Tints of Venetian Red #C9050E

RGB

 RED value IS 201 (78.91% from 255) = 91.36%

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

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

R = 91.36%
G = 2.27%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C9050E (or 0xC9050E) is known color: Venetian Red. HEX triplet: C9, 05 and 0E. RGB value is (201,5,14). Sum of RGB (Red+Green+Blue) = 201+5+14=220 (29% of max value = 765). Red value is 201 (78.91% from 255 or 91.36% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 14 (5.86% from 255 or 6.36% from 220); Max value from RGB is 201 - color contains mainly: red. Hex color #C9050E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C9050E is #36FAF1. Grayscale: #404040. Windows color (decimal): -3603186 or 918985. OLE color: 918985.

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

Color convert

RGB 201 5 14 -
CMYK 0 0.98 0.93 0.21
HSL 357.24º 0.95% 0.4% -
HSV(B) 357.24º 0.98% 0.79% -
XYZ 24.22 12.56 1.56 -
YUV 64.63 99.43 225.27 -
System Red Green Blue C M Y K H S L
Decimal 201 5 14 0 0.98 0.93 0.21 357.24 0.95 0.4
Hex C9 5 E 0 62 5D 15 165 5F 28
Octal 311 5 16 0 142 135 25 545 137 50
Binary 11001001 101 1110 0 1100010 1011101 10101 101100101 1011111 101000

Color Harmonies of #C9050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9050E

Black with #C9050E

Text Example


Text Example

White with #C9050E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9050E; }

 p { color: rgb(201,5,14); }

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

background-color css

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

 a { background-color: rgb(201,5,14); }

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

border-color css

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

 span { border-color: rgb(201,5,14); }

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