Html Css Color HEX #C50626 Venetian Red

📋 copy color: '#C50626'

red 197 ◦ green 6 ◦ blue 38

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

Shades of Venetian Red #C50626

Tints of Venetian Red #C50626

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.49%

 BLUE value IS 38 (15.23% from 255) = 15.77%

R = 81.74%
G = 2.49%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C50626 (or 0xC50626) is known color: Venetian Red. HEX triplet: C5, 06 and 26. RGB value is (197,6,38). Sum of RGB (Red+Green+Blue) = 197+6+38=241 (31% of max value = 765). Red value is 197 (77.34% from 255 or 81.74% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 38 (15.23% from 255 or 15.77% from 241); Max value from RGB is 197 - color contains mainly: red. Hex color #C50626 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50626 is #3AF9D9. Grayscale: #424242. Windows color (decimal): -3865050 or 2492101. OLE color: 2492101.

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

Color convert

RGB 197 6 38 -
CMYK 0 0.97 0.81 0.23
HSL 349.95º 0.94% 0.4% -
HSV(B) 349.95º 0.97% 0.77% -
XYZ 23.44 12.14 2.94 -
YUV 66.76 111.78 220.9 -
System Red Green Blue C M Y K H S L
Decimal 197 6 38 0 0.97 0.81 0.23 349.95 0.94 0.4
Hex C5 6 26 0 61 51 17 15E 5E 28
Octal 305 6 46 0 141 121 27 536 136 50
Binary 11000101 110 100110 0 1100001 1010001 10111 101011110 1011110 101000

Color Harmonies of #C50626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50626

Black with #C50626

Text Example


Text Example

White with #C50626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50626; }

 p { color: rgb(197,6,38); }

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

background-color css

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

 a { background-color: rgb(197,6,38); }

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

border-color css

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

 span { border-color: rgb(197,6,38); }

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