Html Css Color HEX #C40527 Venetian Red

📋 copy color: '#C40527'

red 196 ◦ green 5 ◦ blue 39

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

Shades of Venetian Red #C40527

Tints of Venetian Red #C40527

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.08%

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

R = 81.67%
G = 2.08%
B = 16.25%

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

#C40527 (or 0xC40527) is known color: Venetian Red. HEX triplet: C4, 05 and 27. RGB value is (196,5,39). Sum of RGB (Red+Green+Blue) = 196+5+39=240 (31% of max value = 765). Red value is 196 (76.95% from 255 or 81.67% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 39 (15.62% from 255 or 16.25% from 240); Max value from RGB is 196 - color contains mainly: red. Hex color #C40527 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40527 is #3BFAD8. Grayscale: #424242. Windows color (decimal): -3930841 or 2557380. OLE color: 2557380.

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

Color convert

RGB 196 5 39 -
CMYK 0 0.97 0.80 0.23
HSL 349.32º 0.95% 0.39% -
HSV(B) 349.32º 0.97% 0.77% -
XYZ 23.19 11.99 3.01 -
YUV 65.99 112.78 220.74 -
System Red Green Blue C M Y K H S L
Decimal 196 5 39 0 0.97 0.80 0.23 349.32 0.95 0.39
Hex C4 5 27 0 61 50 17 15D 5F 27
Octal 304 5 47 0 141 120 27 535 137 47
Binary 11000100 101 100111 0 1100001 1010000 10111 101011101 1011111 100111

Color Harmonies of #C40527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40527

Black with #C40527

Text Example


Text Example

White with #C40527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40527; }

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

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

background-color css

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

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

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

border-color css

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

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

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