Html Css Color HEX #C50428 Venetian Red

📋 copy color: '#C50428'

red 197 ◦ green 4 ◦ blue 40

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

Shades of Venetian Red #C50428

Tints of Venetian Red #C50428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.6%

R = 81.74%
G = 1.66%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C50428 (or 0xC50428) is known color: Venetian Red. HEX triplet: C5, 04 and 28. RGB value is (197,4,40). Sum of RGB (Red+Green+Blue) = 197+4+40=241 (31% of max value = 765). Red value is 197 (77.34% from 255 or 81.74% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 40 (16.02% from 255 or 16.60% from 241); Max value from RGB is 197 - color contains mainly: red. Hex color #C50428 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50428 is #3AFBD7. Grayscale: #414141. Windows color (decimal): -3865560 or 2622661. OLE color: 2622661.

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

Color convert

RGB 197 4 40 -
CMYK 0 0.98 0.80 0.23
HSL 348.81º 0.96% 0.39% -
HSV(B) 348.81º 0.98% 0.77% -
XYZ 23.45 12.11 3.11 -
YUV 65.81 113.44 221.57 -
System Red Green Blue C M Y K H S L
Decimal 197 4 40 0 0.98 0.80 0.23 348.81 0.96 0.39
Hex C5 4 28 0 62 50 17 15D 60 27
Octal 305 4 50 0 142 120 27 535 140 47
Binary 11000101 100 101000 0 1100010 1010000 10111 101011101 1100000 100111

Color Harmonies of #C50428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50428

Black with #C50428

Text Example


Text Example

White with #C50428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50428; }

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

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

background-color css

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

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

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

border-color css

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

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

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