Html Css Color HEX #C50024 Venetian Red

📋 copy color: '#C50024'

red 197 ◦ green 0 ◦ blue 36

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

Shades of Venetian Red #C50024

Tints of Venetian Red #C50024

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 36 (14.45% from 255) = 15.45%

R = 84.55%
G = 0%
B = 15.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C50024 (or 0xC50024) is known color: Venetian Red. HEX triplet: C5, 00 and 24. RGB value is (197,0,36). Sum of RGB (Red+Green+Blue) = 197+0+36=233 (30% of max value = 765). Red value is 197 (77.34% from 255 or 84.55% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 36 (14.45% from 255 or 15.45% from 233); Max value from RGB is 197 - color contains mainly: red. Hex color #C50024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50024 is #3AFFDB. Grayscale: #3F3F3F. Windows color (decimal): -3866588 or 2359493. OLE color: 2359493.

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

Color convert

RGB 197 0 36 -
CMYK 0 1 0.82 0.23
HSL 349.04º 1% 0.39% -
HSV(B) 349.04º 1% 0.77% -
XYZ 23.34 12 2.75 -
YUV 63.01 112.77 223.57 -
System Red Green Blue C M Y K H S L
Decimal 197 0 36 0 1 0.82 0.23 349.04 1 0.39
Hex C5 0 24 0 64 52 17 15D 64 27
Octal 305 0 44 0 144 122 27 535 144 47
Binary 11000101 0 100100 0 1100100 1010010 10111 101011101 1100100 100111

Color Harmonies of #C50024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50024

Black with #C50024

Text Example


Text Example

White with #C50024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50024; }

 p { color: rgb(197,0,36); }

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

background-color css

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

 a { background-color: rgb(197,0,36); }

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

border-color css

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

 span { border-color: rgb(197,0,36); }

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