Html Css Color HEX #C50318 Venetian Red

📋 copy color: '#C50318'

red 197 ◦ green 3 ◦ blue 24

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

Shades of Venetian Red #C50318

Tints of Venetian Red #C50318

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.34%

 BLUE value IS 24 (9.77% from 255) = 10.71%

R = 87.95%
G = 1.34%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C50318 (or 0xC50318) is known color: Venetian Red. HEX triplet: C5, 03 and 18. RGB value is (197,3,24). Sum of RGB (Red+Green+Blue) = 197+3+24=224 (29% of max value = 765). Red value is 197 (77.34% from 255 or 87.95% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 24 (9.77% from 255 or 10.71% from 224); Max value from RGB is 197 - color contains mainly: red. Hex color #C50318 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50318 is #3AFCE7. Grayscale: #3F3F3F. Windows color (decimal): -3865832 or 1573829. OLE color: 1573829.

HSL color Cylindrical-coordinate representation of color #C50318: hue angle of 353.51º degrees, saturation: 0.97, 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 #C50318 is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 3 24 -
CMYK 0 0.98 0.88 0.23
HSL 353.51º 0.97% 0.39% -
HSV(B) 353.51º 0.98% 0.77% -
XYZ 23.22 12 1.96 -
YUV 63.4 105.77 223.29 -
System Red Green Blue C M Y K H S L
Decimal 197 3 24 0 0.98 0.88 0.23 353.51 0.97 0.39
Hex C5 3 18 0 62 58 17 162 61 27
Octal 305 3 30 0 142 130 27 542 141 47
Binary 11000101 11 11000 0 1100010 1011000 10111 101100010 1100001 100111

Color Harmonies of #C50318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50318

Black with #C50318

Text Example


Text Example

White with #C50318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50318; }

 p { color: rgb(197,3,24); }

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

background-color css

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

 a { background-color: rgb(197,3,24); }

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

border-color css

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

 span { border-color: rgb(197,3,24); }

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