Html Css Color HEX #C50324 Venetian Red

📋 copy color: '#C50324'

red 197 ◦ green 3 ◦ blue 36

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

Shades of Venetian Red #C50324

Tints of Venetian Red #C50324

RGB

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

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

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

R = 83.47%
G = 1.27%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C50324 (or 0xC50324) is known color: Venetian Red. HEX triplet: C5, 03 and 24. RGB value is (197,3,36). Sum of RGB (Red+Green+Blue) = 197+3+36=236 (31% of max value = 765). Red value is 197 (77.34% from 255 or 83.47% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 36 (14.45% from 255 or 15.25% from 236); Max value from RGB is 197 - color contains mainly: red. Hex color #C50324 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50324 is #3AFCDB. Grayscale: #404040. Windows color (decimal): -3865820 or 2360261. OLE color: 2360261.

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

Color convert

RGB 197 3 36 -
CMYK 0 0.98 0.82 0.23
HSL 349.79º 0.97% 0.39% -
HSV(B) 349.79º 0.98% 0.77% -
XYZ 23.38 12.06 2.77 -
YUV 64.77 111.77 222.32 -
System Red Green Blue C M Y K H S L
Decimal 197 3 36 0 0.98 0.82 0.23 349.79 0.97 0.39
Hex C5 3 24 0 62 52 17 15E 61 27
Octal 305 3 44 0 142 122 27 536 141 47
Binary 11000101 11 100100 0 1100010 1010010 10111 101011110 1100001 100111

Color Harmonies of #C50324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50324

Black with #C50324

Text Example


Text Example

White with #C50324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50324; }

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

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

background-color css

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

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

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

border-color css

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

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

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