Html Css Color HEX #C40226 Venetian Red

📋 copy color: '#C40226'

red 196 ◦ green 2 ◦ blue 38

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

Shades of Venetian Red #C40226

Tints of Venetian Red #C40226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.1%

R = 83.05%
G = 0.85%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C40226 (or 0xC40226) is known color: Venetian Red. HEX triplet: C4, 02 and 26. RGB value is (196,2,38). Sum of RGB (Red+Green+Blue) = 196+2+38=236 (31% of max value = 765). Red value is 196 (76.95% from 255 or 83.05% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 38 (15.23% from 255 or 16.10% from 236); Max value from RGB is 196 - color contains mainly: red. Hex color #C40226 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40226 is #3BFDD9. Grayscale: #404040. Windows color (decimal): -3931610 or 2491076. OLE color: 2491076.

HSL color Cylindrical-coordinate representation of color #C40226: hue angle of 348.87º 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 #C40226 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 2 38 -
CMYK 0 0.99 0.81 0.23
HSL 348.87º 0.98% 0.39% -
HSV(B) 348.87º 0.99% 0.77% -
XYZ 23.14 11.92 2.91 -
YUV 64.11 113.27 222.07 -
System Red Green Blue C M Y K H S L
Decimal 196 2 38 0 0.99 0.81 0.23 348.87 0.98 0.39
Hex C4 2 26 0 63 51 17 15D 62 27
Octal 304 2 46 0 143 121 27 535 142 47
Binary 11000100 10 100110 0 1100011 1010001 10111 101011101 1100010 100111

Color Harmonies of #C40226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40226

Black with #C40226

Text Example


Text Example

White with #C40226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40226; }

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

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

background-color css

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

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

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

border-color css

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

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

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