Html Css Color HEX #C9040E Venetian Red

📋 copy color: '#C9040E'

red 201 ◦ green 4 ◦ blue 14

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

Shades of Venetian Red #C9040E

Tints of Venetian Red #C9040E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.83%

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

R = 91.78%
G = 1.83%
B = 6.39%

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

#C9040E (or 0xC9040E) is known color: Venetian Red. HEX triplet: C9, 04 and 0E. RGB value is (201,4,14). Sum of RGB (Red+Green+Blue) = 201+4+14=219 (29% of max value = 765). Red value is 201 (78.91% from 255 or 91.78% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 14 (5.86% from 255 or 6.39% from 219); Max value from RGB is 201 - color contains mainly: red. Hex color #C9040E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C9040E is #36FBF1. Grayscale: #404040. Windows color (decimal): -3603442 or 918729. OLE color: 918729.

HSL color Cylindrical-coordinate representation of color #C9040E: hue angle of 356.95º degrees, saturation: 0.96, 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 #C9040E is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 4 14 -
CMYK 0 0.98 0.93 0.21
HSL 356.95º 0.96% 0.4% -
HSV(B) 356.95º 0.98% 0.79% -
XYZ 24.21 12.54 1.56 -
YUV 64.04 99.77 225.69 -
System Red Green Blue C M Y K H S L
Decimal 201 4 14 0 0.98 0.93 0.21 356.95 0.96 0.4
Hex C9 4 E 0 62 5D 15 165 60 28
Octal 311 4 16 0 142 135 25 545 140 50
Binary 11001001 100 1110 0 1100010 1011101 10101 101100101 1100000 101000

Color Harmonies of #C9040E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9040E

Black with #C9040E

Text Example


Text Example

White with #C9040E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9040E; }

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

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

background-color css

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

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

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

border-color css

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

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

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