Html Css Color HEX #C40914 Venetian Red

📋 copy color: '#C40914'

red 196 ◦ green 9 ◦ blue 20

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

Shades of Venetian Red #C40914

Tints of Venetian Red #C40914

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4%

 BLUE value IS 20 (8.2% from 255) = 8.89%

R = 87.11%
G = 4%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C40914 (or 0xC40914) is known color: Venetian Red. HEX triplet: C4, 09 and 14. RGB value is (196,9,20). Sum of RGB (Red+Green+Blue) = 196+9+20=225 (29% of max value = 765). Red value is 196 (76.95% from 255 or 87.11% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 196 - color contains mainly: red. Hex color #C40914 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40914 is #3BF6EB. Grayscale: #424242. Windows color (decimal): -3929836 or 1313220. OLE color: 1313220.

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

Color convert

RGB 196 9 20 -
CMYK 0 0.95 0.90 0.23
HSL 356.47º 0.91% 0.4% -
HSV(B) 356.47º 0.95% 0.77% -
XYZ 22.99 11.98 1.76 -
YUV 66.17 101.95 220.61 -
System Red Green Blue C M Y K H S L
Decimal 196 9 20 0 0.95 0.90 0.23 356.47 0.91 0.4
Hex C4 9 14 0 5F 5A 17 164 5B 28
Octal 304 11 24 0 137 132 27 544 133 50
Binary 11000100 1001 10100 0 1011111 1011010 10111 101100100 1011011 101000

Color Harmonies of #C40914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40914

Black with #C40914

Text Example


Text Example

White with #C40914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40914; }

 p { color: rgb(196,9,20); }

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

background-color css

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

 a { background-color: rgb(196,9,20); }

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

border-color css

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

 span { border-color: rgb(196,9,20); }

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