Html Css Color HEX #C40A1F Venetian Red

📋 copy color: '#C40A1F'

red 196 ◦ green 10 ◦ blue 31

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

Shades of Venetian Red #C40A1F

Tints of Venetian Red #C40A1F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.22%

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

R = 82.7%
G = 4.22%
B = 13.08%

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

#C40A1F (or 0xC40A1F) is known color: Venetian Red. HEX triplet: C4, 0A and 1F. RGB value is (196,10,31). Sum of RGB (Red+Green+Blue) = 196+10+31=237 (31% of max value = 765). Red value is 196 (76.95% from 255 or 82.70% from 237); Green value is 10 (4.30% from 255 or 4.22% from 237); Blue value is 31 (12.5% from 255 or 13.08% from 237); Max value from RGB is 196 - color contains mainly: red. Hex color #C40A1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40A1F is #3BF5E0. Grayscale: #444444. Windows color (decimal): -3929569 or 2034372. OLE color: 2034372.

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

Color convert

RGB 196 10 31 -
CMYK 0 0.95 0.84 0.23
HSL 353.23º 0.9% 0.4% -
HSV(B) 353.23º 0.95% 0.77% -
XYZ 23.12 12.05 2.4 -
YUV 68.01 107.12 219.29 -
System Red Green Blue C M Y K H S L
Decimal 196 10 31 0 0.95 0.84 0.23 353.23 0.9 0.4
Hex C4 A 1F 0 5F 54 17 161 5A 28
Octal 304 12 37 0 137 124 27 541 132 50
Binary 11000100 1010 11111 0 1011111 1010100 10111 101100001 1011010 101000

Color Harmonies of #C40A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40A1F

Black with #C40A1F

Text Example


Text Example

White with #C40A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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