Html Css Color HEX #C2040E Venetian Red

📋 copy color: '#C2040E'

red 194 ◦ green 4 ◦ blue 14

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

Shades of Venetian Red #C2040E

Tints of Venetian Red #C2040E

RGB

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

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

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

R = 91.51%
G = 1.89%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C2040E (or 0xC2040E) is known color: Venetian Red. HEX triplet: C2, 04 and 0E. RGB value is (194,4,14). Sum of RGB (Red+Green+Blue) = 194+4+14=212 (28% of max value = 765). Red value is 194 (76.17% from 255 or 91.51% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 14 (5.86% from 255 or 6.60% from 212); Max value from RGB is 194 - color contains mainly: red. Hex color #C2040E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C2040E is #3DFBF1. Grayscale: #3E3E3E. Windows color (decimal): -4062194 or 918722. OLE color: 918722.

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

Color convert

RGB 194 4 14 -
CMYK 0 0.98 0.93 0.24
HSL 356.84º 0.96% 0.39% -
HSV(B) 356.84º 0.98% 0.76% -
XYZ 22.37 11.59 1.47 -
YUV 61.95 100.95 222.19 -
System Red Green Blue C M Y K H S L
Decimal 194 4 14 0 0.98 0.93 0.24 356.84 0.96 0.39
Hex C2 4 E 0 62 5D 18 165 60 27
Octal 302 4 16 0 142 135 30 545 140 47
Binary 11000010 100 1110 0 1100010 1011101 11000 101100101 1100000 100111

Color Harmonies of #C2040E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2040E

Black with #C2040E

Text Example


Text Example

White with #C2040E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2040E; }

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

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

background-color css

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

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

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

border-color css

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

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

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