Html Css Color HEX #C40026 Venetian Red

📋 copy color: '#C40026'

red 196 ◦ green 0 ◦ blue 38

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

Shades of Venetian Red #C40026

Tints of Venetian Red #C40026

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 83.76%
G = 0%
B = 16.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C40026 (or 0xC40026) is known color: Venetian Red. HEX triplet: C4, 00 and 26. RGB value is (196,0,38). Sum of RGB (Red+Green+Blue) = 196+0+38=234 (30% of max value = 765). Red value is 196 (76.95% from 255 or 83.76% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 38 (15.23% from 255 or 16.24% from 234); Max value from RGB is 196 - color contains mainly: red. Hex color #C40026 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40026 is #3BFFD9. Grayscale: #3E3E3E. Windows color (decimal): -3932122 or 2490564. OLE color: 2490564.

HSL color Cylindrical-coordinate representation of color #C40026: hue angle of 348.37º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C40026 is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 0 38 -
CMYK 0 1 0.81 0.23
HSL 348.37º 1% 0.38% -
HSV(B) 348.37º 1% 0.77% -
XYZ 23.11 11.88 2.91 -
YUV 62.94 113.93 222.91 -
System Red Green Blue C M Y K H S L
Decimal 196 0 38 0 1 0.81 0.23 348.37 1 0.38
Hex C4 0 26 0 64 51 17 15C 64 26
Octal 304 0 46 0 144 121 27 534 144 46
Binary 11000100 0 100110 0 1100100 1010001 10111 101011100 1100100 100110

Color Harmonies of #C40026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40026

Black with #C40026

Text Example


Text Example

White with #C40026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40026; }

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

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

background-color css

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

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

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

border-color css

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

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

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