Html Css Color HEX #C40427 Venetian Red

📋 copy color: '#C40427'

red 196 ◦ green 4 ◦ blue 39

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

Shades of Venetian Red #C40427

Tints of Venetian Red #C40427

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.67%

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

R = 82.01%
G = 1.67%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C40427 (or 0xC40427) is known color: Venetian Red. HEX triplet: C4, 04 and 27. RGB value is (196,4,39). Sum of RGB (Red+Green+Blue) = 196+4+39=239 (31% of max value = 765). Red value is 196 (76.95% from 255 or 82.01% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 39 (15.62% from 255 or 16.32% from 239); Max value from RGB is 196 - color contains mainly: red. Hex color #C40427 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40427 is #3BFBD8. Grayscale: #414141. Windows color (decimal): -3931097 or 2557124. OLE color: 2557124.

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

Color convert

RGB 196 4 39 -
CMYK 0 0.98 0.80 0.23
HSL 349.06º 0.96% 0.39% -
HSV(B) 349.06º 0.98% 0.77% -
XYZ 23.17 11.97 3.01 -
YUV 65.4 113.11 221.15 -
System Red Green Blue C M Y K H S L
Decimal 196 4 39 0 0.98 0.80 0.23 349.06 0.96 0.39
Hex C4 4 27 0 62 50 17 15D 60 27
Octal 304 4 47 0 142 120 27 535 140 47
Binary 11000100 100 100111 0 1100010 1010000 10111 101011101 1100000 100111

Color Harmonies of #C40427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40427

Black with #C40427

Text Example


Text Example

White with #C40427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40427; }

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

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

background-color css

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

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

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

border-color css

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

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

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