Html Css Color HEX #C2041C Venetian Red

📋 copy color: '#C2041C'

red 194 ◦ green 4 ◦ blue 28

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

Shades of Venetian Red #C2041C

Tints of Venetian Red #C2041C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.39%

R = 85.84%
G = 1.77%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C2041C (or 0xC2041C) is known color: Venetian Red. HEX triplet: C2, 04 and 1C. RGB value is (194,4,28). Sum of RGB (Red+Green+Blue) = 194+4+28=226 (29% of max value = 765). Red value is 194 (76.17% from 255 or 85.84% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 28 (11.33% from 255 or 12.39% from 226); Max value from RGB is 194 - color contains mainly: red. Hex color #C2041C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2041C is #3DFBE3. Grayscale: #3F3F3F. Windows color (decimal): -4062180 or 1836226. OLE color: 1836226.

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

Color convert

RGB 194 4 28 -
CMYK 0 0.98 0.86 0.24
HSL 352.42º 0.96% 0.39% -
HSV(B) 352.42º 0.98% 0.76% -
XYZ 22.5 11.64 2.16 -
YUV 63.55 107.95 221.05 -
System Red Green Blue C M Y K H S L
Decimal 194 4 28 0 0.98 0.86 0.24 352.42 0.96 0.39
Hex C2 4 1C 0 62 56 18 160 60 27
Octal 302 4 34 0 142 126 30 540 140 47
Binary 11000010 100 11100 0 1100010 1010110 11000 101100000 1100000 100111

Color Harmonies of #C2041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2041C

Black with #C2041C

Text Example


Text Example

White with #C2041C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2041C; }

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

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

background-color css

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

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

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

border-color css

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

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

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