Html Css Color HEX #C50415 Venetian Red

📋 copy color: '#C50415'

red 197 ◦ green 4 ◦ blue 21

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

Shades of Venetian Red #C50415

Tints of Venetian Red #C50415

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.8%

 BLUE value IS 21 (8.59% from 255) = 9.46%

R = 88.74%
G = 1.8%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C50415 (or 0xC50415) is known color: Venetian Red. HEX triplet: C5, 04 and 15. RGB value is (197,4,21). Sum of RGB (Red+Green+Blue) = 197+4+21=222 (29% of max value = 765). Red value is 197 (77.34% from 255 or 88.74% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 21 (8.59% from 255 or 9.46% from 222); Max value from RGB is 197 - color contains mainly: red. Hex color #C50415 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50415 is #3AFBEA. Grayscale: #3F3F3F. Windows color (decimal): -3865579 or 1377477. OLE color: 1377477.

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

Color convert

RGB 197 4 21 -
CMYK 0 0.98 0.89 0.23
HSL 354.72º 0.96% 0.39% -
HSV(B) 354.72º 0.98% 0.77% -
XYZ 23.2 12.01 1.8 -
YUV 63.65 103.94 223.12 -
System Red Green Blue C M Y K H S L
Decimal 197 4 21 0 0.98 0.89 0.23 354.72 0.96 0.39
Hex C5 4 15 0 62 59 17 163 60 27
Octal 305 4 25 0 142 131 27 543 140 47
Binary 11000101 100 10101 0 1100010 1011001 10111 101100011 1100000 100111

Color Harmonies of #C50415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50415

Black with #C50415

Text Example


Text Example

White with #C50415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50415; }

 p { color: rgb(197,4,21); }

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

background-color css

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

 a { background-color: rgb(197,4,21); }

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

border-color css

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

 span { border-color: rgb(197,4,21); }

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