Html Css Color HEX #C50814 Venetian Red

📋 copy color: '#C50814'

red 197 ◦ green 8 ◦ blue 20

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

Shades of Venetian Red #C50814

Tints of Venetian Red #C50814

RGB

 RED value IS 197 (77.34% from 255) = 87.56%

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

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

R = 87.56%
G = 3.56%
B = 8.89%

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

#C50814 (or 0xC50814) is known color: Venetian Red. HEX triplet: C5, 08 and 14. RGB value is (197,8,20). Sum of RGB (Red+Green+Blue) = 197+8+20=225 (29% of max value = 765). Red value is 197 (77.34% from 255 or 87.56% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 197 - color contains mainly: red. Hex color #C50814 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50814 is #3AF7EB. Grayscale: #424242. Windows color (decimal): -3864556 or 1312965. OLE color: 1312965.

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

Color convert

RGB 197 8 20 -
CMYK 0 0.96 0.90 0.23
HSL 356.19º 0.92% 0.4% -
HSV(B) 356.19º 0.96% 0.77% -
XYZ 23.24 12.09 1.77 -
YUV 65.88 102.12 221.52 -
System Red Green Blue C M Y K H S L
Decimal 197 8 20 0 0.96 0.90 0.23 356.19 0.92 0.4
Hex C5 8 14 0 60 5A 17 164 5C 28
Octal 305 10 24 0 140 132 27 544 134 50
Binary 11000101 1000 10100 0 1100000 1011010 10111 101100100 1011100 101000

Color Harmonies of #C50814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50814

Black with #C50814

Text Example


Text Example

White with #C50814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50814; }

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

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

background-color css

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

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

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

border-color css

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

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

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