Html Css Color HEX #C40229 Venetian Red

📋 copy color: '#C40229'

red 196 ◦ green 2 ◦ blue 41

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

Shades of Venetian Red #C40229

Tints of Venetian Red #C40229

RGB

 RED value IS 196 (76.95% from 255) = 82.01%

 GREEN value IS 2 (1.17% from 255) = 0.84%

 BLUE value IS 41 (16.41% from 255) = 17.15%

R = 82.01%
G = 0.84%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C40229 (or 0xC40229) is known color: Venetian Red. HEX triplet: C4, 02 and 29. RGB value is (196,2,41). Sum of RGB (Red+Green+Blue) = 196+2+41=239 (31% of max value = 765). Red value is 196 (76.95% from 255 or 82.01% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 41 (16.41% from 255 or 17.15% from 239); Max value from RGB is 196 - color contains mainly: red. Hex color #C40229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40229 is #3BFDD6. Grayscale: #404040. Windows color (decimal): -3931607 or 2687684. OLE color: 2687684.

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

Color convert

RGB 196 2 41 -
CMYK 0 0.99 0.79 0.23
HSL 347.94º 0.98% 0.39% -
HSV(B) 347.94º 0.99% 0.77% -
XYZ 23.19 11.94 3.18 -
YUV 64.45 114.77 221.83 -
System Red Green Blue C M Y K H S L
Decimal 196 2 41 0 0.99 0.79 0.23 347.94 0.98 0.39
Hex C4 2 29 0 63 4F 17 15C 62 27
Octal 304 2 51 0 143 117 27 534 142 47
Binary 11000100 10 101001 0 1100011 1001111 10111 101011100 1100010 100111

Color Harmonies of #C40229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40229

Black with #C40229

Text Example


Text Example

White with #C40229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40229; }

 p { color: rgb(196,2,41); }

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

background-color css

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

 a { background-color: rgb(196,2,41); }

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

border-color css

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

 span { border-color: rgb(196,2,41); }

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