Html Css Color HEX #C40C1F Venetian Red

📋 copy color: '#C40C1F'

red 196 ◦ green 12 ◦ blue 31

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

Shades of Venetian Red #C40C1F

Tints of Venetian Red #C40C1F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.02%

 BLUE value IS 31 (12.5% from 255) = 12.97%

R = 82.01%
G = 5.02%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C40C1F (or 0xC40C1F) is known color: Venetian Red. HEX triplet: C4, 0C and 1F. RGB value is (196,12,31). Sum of RGB (Red+Green+Blue) = 196+12+31=239 (31% of max value = 765). Red value is 196 (76.95% from 255 or 82.01% from 239); Green value is 12 (5.08% from 255 or 5.02% from 239); Blue value is 31 (12.5% from 255 or 12.97% from 239); Max value from RGB is 196 - color contains mainly: red. Hex color #C40C1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40C1F is #3BF3E0. Grayscale: #454545. Windows color (decimal): -3929057 or 2034884. OLE color: 2034884.

HSL color Cylindrical-coordinate representation of color #C40C1F: hue angle of 353.8º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40C1F is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 12 31 -
CMYK 0 0.94 0.84 0.23
HSL 353.8º 0.88% 0.41% -
HSV(B) 353.8º 0.94% 0.77% -
XYZ 23.14 12.1 2.41 -
YUV 69.18 106.46 218.46 -
System Red Green Blue C M Y K H S L
Decimal 196 12 31 0 0.94 0.84 0.23 353.8 0.88 0.41
Hex C4 C 1F 0 5E 54 17 162 58 29
Octal 304 14 37 0 136 124 27 542 130 51
Binary 11000100 1100 11111 0 1011110 1010100 10111 101100010 1011000 101001

Color Harmonies of #C40C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40C1F

Black with #C40C1F

Text Example


Text Example

White with #C40C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40C1F; }

 p { color: rgb(196,12,31); }

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

background-color css

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

 a { background-color: rgb(196,12,31); }

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

border-color css

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

 span { border-color: rgb(196,12,31); }

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