Html Css Color HEX #C40C0F Venetian Red

📋 copy color: '#C40C0F'

red 196 ◦ green 12 ◦ blue 15

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

Shades of Venetian Red #C40C0F

Tints of Venetian Red #C40C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.73%

R = 87.89%
G = 5.38%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C40C0F (or 0xC40C0F) is known color: Venetian Red. HEX triplet: C4, 0C and 0F. RGB value is (196,12,15). Sum of RGB (Red+Green+Blue) = 196+12+15=223 (29% of max value = 765). Red value is 196 (76.95% from 255 or 87.89% from 223); Green value is 12 (5.08% from 255 or 5.38% from 223); Blue value is 15 (6.25% from 255 or 6.73% from 223); Max value from RGB is 196 - color contains mainly: red. Hex color #C40C0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40C0F is #3BF3F0. Grayscale: #434343. Windows color (decimal): -3929073 or 986308. OLE color: 986308.

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

Color convert

RGB 196 12 15 -
CMYK 0 0.94 0.92 0.23
HSL 359.02º 0.88% 0.41% -
HSV(B) 359.02º 0.94% 0.77% -
XYZ 22.98 12.03 1.56 -
YUV 67.36 98.46 219.76 -
System Red Green Blue C M Y K H S L
Decimal 196 12 15 0 0.94 0.92 0.23 359.02 0.88 0.41
Hex C4 C F 0 5E 5C 17 167 58 29
Octal 304 14 17 0 136 134 27 547 130 51
Binary 11000100 1100 1111 0 1011110 1011100 10111 101100111 1011000 101001

Color Harmonies of #C40C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40C0F

Black with #C40C0F

Text Example


Text Example

White with #C40C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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