Html Css Color HEX #C40919 Venetian Red

📋 copy color: '#C40919'

red 196 ◦ green 9 ◦ blue 25

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

Shades of Venetian Red #C40919

Tints of Venetian Red #C40919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.87%

R = 85.22%
G = 3.91%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C40919 (or 0xC40919) is known color: Venetian Red. HEX triplet: C4, 09 and 19. RGB value is (196,9,25). Sum of RGB (Red+Green+Blue) = 196+9+25=230 (30% of max value = 765). Red value is 196 (76.95% from 255 or 85.22% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 25 (10.16% from 255 or 10.87% from 230); Max value from RGB is 196 - color contains mainly: red. Hex color #C40919 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40919 is #3BF6E6. Grayscale: #424242. Windows color (decimal): -3929831 or 1640900. OLE color: 1640900.

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

Color convert

RGB 196 9 25 -
CMYK 0 0.95 0.87 0.23
HSL 354.87º 0.91% 0.4% -
HSV(B) 354.87º 0.95% 0.77% -
XYZ 23.04 12 2.02 -
YUV 66.74 104.45 220.2 -
System Red Green Blue C M Y K H S L
Decimal 196 9 25 0 0.95 0.87 0.23 354.87 0.91 0.4
Hex C4 9 19 0 5F 57 17 163 5B 28
Octal 304 11 31 0 137 127 27 543 133 50
Binary 11000100 1001 11001 0 1011111 1010111 10111 101100011 1011011 101000

Color Harmonies of #C40919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40919

Black with #C40919

Text Example


Text Example

White with #C40919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40919; }

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

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

background-color css

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

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

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

border-color css

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

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

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