Html Css Color HEX #C40027 Venetian Red

📋 copy color: '#C40027'

red 196 ◦ green 0 ◦ blue 39

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

Shades of Venetian Red #C40027

Tints of Venetian Red #C40027

RGB

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

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

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

R = 83.4%
G = 0%
B = 16.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C40027 (or 0xC40027) is known color: Venetian Red. HEX triplet: C4, 00 and 27. RGB value is (196,0,39). Sum of RGB (Red+Green+Blue) = 196+0+39=235 (31% of max value = 765). Red value is 196 (76.95% from 255 or 83.40% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 39 (15.62% from 255 or 16.60% from 235); Max value from RGB is 196 - color contains mainly: red. Hex color #C40027 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40027 is #3BFFD8. Grayscale: #3F3F3F. Windows color (decimal): -3932121 or 2556100. OLE color: 2556100.

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

Color convert

RGB 196 0 39 -
CMYK 0 1 0.80 0.23
HSL 348.06º 1% 0.38% -
HSV(B) 348.06º 1% 0.77% -
XYZ 23.13 11.88 2.99 -
YUV 63.05 114.43 222.83 -
System Red Green Blue C M Y K H S L
Decimal 196 0 39 0 1 0.80 0.23 348.06 1 0.38
Hex C4 0 27 0 64 50 17 15C 64 26
Octal 304 0 47 0 144 120 27 534 144 46
Binary 11000100 0 100111 0 1100100 1010000 10111 101011100 1100100 100110

Color Harmonies of #C40027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40027

Black with #C40027

Text Example


Text Example

White with #C40027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40027; }

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

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

background-color css

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

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

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

border-color css

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

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

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