Html Css Color HEX #C40627 Venetian Red

📋 copy color: '#C40627'

red 196 ◦ green 6 ◦ blue 39

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

Shades of Venetian Red #C40627

Tints of Venetian Red #C40627

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.49%

 BLUE value IS 39 (15.63% from 255) = 16.18%

R = 81.33%
G = 2.49%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C40627 (or 0xC40627) is known color: Venetian Red. HEX triplet: C4, 06 and 27. RGB value is (196,6,39). Sum of RGB (Red+Green+Blue) = 196+6+39=241 (31% of max value = 765). Red value is 196 (76.95% from 255 or 81.33% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 39 (15.62% from 255 or 16.18% from 241); Max value from RGB is 196 - color contains mainly: red. Hex color #C40627 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40627 is #3BF9D8. Grayscale: #424242. Windows color (decimal): -3930585 or 2557636. OLE color: 2557636.

HSL color Cylindrical-coordinate representation of color #C40627: hue angle of 349.58º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C40627 is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 6 39 -
CMYK 0 0.97 0.80 0.23
HSL 349.58º 0.94% 0.4% -
HSV(B) 349.58º 0.97% 0.77% -
XYZ 23.2 12.01 3.02 -
YUV 66.57 112.45 220.32 -
System Red Green Blue C M Y K H S L
Decimal 196 6 39 0 0.97 0.80 0.23 349.58 0.94 0.4
Hex C4 6 27 0 61 50 17 15E 5E 28
Octal 304 6 47 0 141 120 27 536 136 50
Binary 11000100 110 100111 0 1100001 1010000 10111 101011110 1011110 101000

Color Harmonies of #C40627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40627

Black with #C40627

Text Example


Text Example

White with #C40627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40627; }

 p { color: rgb(196,6,39); }

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

background-color css

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

 a { background-color: rgb(196,6,39); }

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

border-color css

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

 span { border-color: rgb(196,6,39); }

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