Html Css Color HEX #C40814 Venetian Red

📋 copy color: '#C40814'

red 196 ◦ green 8 ◦ blue 20

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

Shades of Venetian Red #C40814

Tints of Venetian Red #C40814

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.57%

 BLUE value IS 20 (8.2% from 255) = 8.93%

R = 87.5%
G = 3.57%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C40814 (or 0xC40814) is known color: Venetian Red. HEX triplet: C4, 08 and 14. RGB value is (196,8,20). Sum of RGB (Red+Green+Blue) = 196+8+20=224 (29% of max value = 765). Red value is 196 (76.95% from 255 or 87.5% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 20 (8.20% from 255 or 8.93% from 224); Max value from RGB is 196 - color contains mainly: red. Hex color #C40814 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40814 is #3BF7EB. Grayscale: #414141. Windows color (decimal): -3930092 or 1312964. OLE color: 1312964.

HSL color Cylindrical-coordinate representation of color #C40814: hue angle of 356.17º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C40814 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 8 20 -
CMYK 0 0.96 0.90 0.23
HSL 356.17º 0.92% 0.4% -
HSV(B) 356.17º 0.96% 0.77% -
XYZ 22.98 11.96 1.76 -
YUV 65.58 102.28 221.02 -
System Red Green Blue C M Y K H S L
Decimal 196 8 20 0 0.96 0.90 0.23 356.17 0.92 0.4
Hex C4 8 14 0 60 5A 17 164 5C 28
Octal 304 10 24 0 140 132 27 544 134 50
Binary 11000100 1000 10100 0 1100000 1011010 10111 101100100 1011100 101000

Color Harmonies of #C40814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40814

Black with #C40814

Text Example


Text Example

White with #C40814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40814; }

 p { color: rgb(196,8,20); }

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

background-color css

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

 a { background-color: rgb(196,8,20); }

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

border-color css

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

 span { border-color: rgb(196,8,20); }

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