Html Css Color HEX #C2041E Venetian Red

📋 copy color: '#C2041E'

red 194 ◦ green 4 ◦ blue 30

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

Shades of Venetian Red #C2041E

Tints of Venetian Red #C2041E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.16%

R = 85.09%
G = 1.75%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C2041E (or 0xC2041E) is known color: Venetian Red. HEX triplet: C2, 04 and 1E. RGB value is (194,4,30). Sum of RGB (Red+Green+Blue) = 194+4+30=228 (30% of max value = 765). Red value is 194 (76.17% from 255 or 85.09% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 30 (12.11% from 255 or 13.16% from 228); Max value from RGB is 194 - color contains mainly: red. Hex color #C2041E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2041E is #3DFBE1. Grayscale: #3F3F3F. Windows color (decimal): -4062178 or 1967298. OLE color: 1967298.

HSL color Cylindrical-coordinate representation of color #C2041E: hue angle of 351.79º 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 #C2041E is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 4 30 -
CMYK 0 0.98 0.85 0.24
HSL 351.79º 0.96% 0.39% -
HSV(B) 351.79º 0.98% 0.76% -
XYZ 22.53 11.65 2.29 -
YUV 63.77 108.95 220.89 -
System Red Green Blue C M Y K H S L
Decimal 194 4 30 0 0.98 0.85 0.24 351.79 0.96 0.39
Hex C2 4 1E 0 62 55 18 160 60 27
Octal 302 4 36 0 142 125 30 540 140 47
Binary 11000010 100 11110 0 1100010 1010101 11000 101100000 1100000 100111

Color Harmonies of #C2041E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2041E

Black with #C2041E

Text Example


Text Example

White with #C2041E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2041E; }

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

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

background-color css

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

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

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

border-color css

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

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

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