Html Css Color HEX #C40924 Venetian Red

📋 copy color: '#C40924'

red 196 ◦ green 9 ◦ blue 36

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

Shades of Venetian Red #C40924

Tints of Venetian Red #C40924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.94%

R = 81.33%
G = 3.73%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C40924 (or 0xC40924) is known color: Venetian Red. HEX triplet: C4, 09 and 24. RGB value is (196,9,36). Sum of RGB (Red+Green+Blue) = 196+9+36=241 (31% of max value = 765). Red value is 196 (76.95% from 255 or 81.33% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 36 (14.45% from 255 or 14.94% from 241); Max value from RGB is 196 - color contains mainly: red. Hex color #C40924 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40924 is #3BF6DB. Grayscale: #444444. Windows color (decimal): -3929820 or 2361796. OLE color: 2361796.

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

Color convert

RGB 196 9 36 -
CMYK 0 0.95 0.82 0.23
HSL 351.34º 0.91% 0.4% -
HSV(B) 351.34º 0.95% 0.77% -
XYZ 23.18 12.06 2.77 -
YUV 67.99 109.95 219.3 -
System Red Green Blue C M Y K H S L
Decimal 196 9 36 0 0.95 0.82 0.23 351.34 0.91 0.4
Hex C4 9 24 0 5F 52 17 15F 5B 28
Octal 304 11 44 0 137 122 27 537 133 50
Binary 11000100 1001 100100 0 1011111 1010010 10111 101011111 1011011 101000

Color Harmonies of #C40924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40924

Black with #C40924

Text Example


Text Example

White with #C40924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40924; }

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

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

background-color css

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

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

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

border-color css

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

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

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