Html Css Color HEX #C40C1D Venetian Red

📋 copy color: '#C40C1D'

red 196 ◦ green 12 ◦ blue 29

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

Shades of Venetian Red #C40C1D

Tints of Venetian Red #C40C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.24%

R = 82.7%
G = 5.06%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C40C1D (or 0xC40C1D) is known color: Venetian Red. HEX triplet: C4, 0C and 1D. RGB value is (196,12,29). Sum of RGB (Red+Green+Blue) = 196+12+29=237 (31% of max value = 765). Red value is 196 (76.95% from 255 or 82.70% from 237); Green value is 12 (5.08% from 255 or 5.06% from 237); Blue value is 29 (11.72% from 255 or 12.24% from 237); Max value from RGB is 196 - color contains mainly: red. Hex color #C40C1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40C1D is #3BF3E2. Grayscale: #454545. Windows color (decimal): -3929059 or 1903812. OLE color: 1903812.

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

Color convert

RGB 196 12 29 -
CMYK 0 0.94 0.85 0.23
HSL 354.46º 0.88% 0.41% -
HSV(B) 354.46º 0.94% 0.77% -
XYZ 23.12 12.09 2.28 -
YUV 68.95 105.46 218.62 -
System Red Green Blue C M Y K H S L
Decimal 196 12 29 0 0.94 0.85 0.23 354.46 0.88 0.41
Hex C4 C 1D 0 5E 55 17 162 58 29
Octal 304 14 35 0 136 125 27 542 130 51
Binary 11000100 1100 11101 0 1011110 1010101 10111 101100010 1011000 101001

Color Harmonies of #C40C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40C1D

Black with #C40C1D

Text Example


Text Example

White with #C40C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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