Html Css Color HEX #C5040E Venetian Red

📋 copy color: '#C5040E'

red 197 ◦ green 4 ◦ blue 14

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

Shades of Venetian Red #C5040E

Tints of Venetian Red #C5040E

RGB

 RED value IS 197 (77.34% from 255) = 91.63%

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

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

R = 91.63%
G = 1.86%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C5040E (or 0xC5040E) is known color: Venetian Red. HEX triplet: C5, 04 and 0E. RGB value is (197,4,14). Sum of RGB (Red+Green+Blue) = 197+4+14=215 (28% of max value = 765). Red value is 197 (77.34% from 255 or 91.63% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 14 (5.86% from 255 or 6.51% from 215); Max value from RGB is 197 - color contains mainly: red. Hex color #C5040E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5040E is #3AFBF1. Grayscale: #3E3E3E. Windows color (decimal): -3865586 or 918725. OLE color: 918725.

HSL color Cylindrical-coordinate representation of color #C5040E: hue angle of 356.89º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C5040E is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 4 14 -
CMYK 0 0.98 0.93 0.23
HSL 356.89º 0.96% 0.39% -
HSV(B) 356.89º 0.98% 0.77% -
XYZ 23.15 11.99 1.51 -
YUV 62.85 100.44 223.69 -
System Red Green Blue C M Y K H S L
Decimal 197 4 14 0 0.98 0.93 0.23 356.89 0.96 0.39
Hex C5 4 E 0 62 5D 17 165 60 27
Octal 305 4 16 0 142 135 27 545 140 47
Binary 11000101 100 1110 0 1100010 1011101 10111 101100101 1100000 100111

Color Harmonies of #C5040E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5040E

Black with #C5040E

Text Example


Text Example

White with #C5040E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5040E; }

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

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

background-color css

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

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

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

border-color css

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

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

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