Html Css Color HEX #C40920 Venetian Red

📋 copy color: '#C40920'

red 196 ◦ green 9 ◦ blue 32

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

Shades of Venetian Red #C40920

Tints of Venetian Red #C40920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.5%

R = 82.7%
G = 3.8%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C40920 (or 0xC40920) is known color: Venetian Red. HEX triplet: C4, 09 and 20. RGB value is (196,9,32). Sum of RGB (Red+Green+Blue) = 196+9+32=237 (31% of max value = 765). Red value is 196 (76.95% from 255 or 82.70% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 32 (12.89% from 255 or 13.50% from 237); Max value from RGB is 196 - color contains mainly: red. Hex color #C40920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40920 is #3BF6DF. Grayscale: #434343. Windows color (decimal): -3929824 or 2099652. OLE color: 2099652.

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

Color convert

RGB 196 9 32 -
CMYK 0 0.95 0.84 0.23
HSL 352.62º 0.91% 0.4% -
HSV(B) 352.62º 0.95% 0.77% -
XYZ 23.12 12.04 2.47 -
YUV 67.54 107.95 219.63 -
System Red Green Blue C M Y K H S L
Decimal 196 9 32 0 0.95 0.84 0.23 352.62 0.91 0.4
Hex C4 9 20 0 5F 54 17 161 5B 28
Octal 304 11 40 0 137 124 27 541 133 50
Binary 11000100 1001 100000 0 1011111 1010100 10111 101100001 1011011 101000

Color Harmonies of #C40920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40920

Black with #C40920

Text Example


Text Example

White with #C40920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40920; }

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

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

background-color css

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

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

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

border-color css

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

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

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