Html Css Color HEX #C50533 Cardinal

📋 copy color: '#C50533'

red 197 ◦ green 5 ◦ blue 51

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

Shades of Cardinal #C50533

Tints of Cardinal #C50533

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.98%

 BLUE value IS 51 (20.31% from 255) = 20.16%

R = 77.87%
G = 1.98%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C50533 (or 0xC50533) is known color: Cardinal. HEX triplet: C5, 05 and 33. RGB value is (197,5,51). Sum of RGB (Red+Green+Blue) = 197+5+51=253 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.87% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 51 (20.31% from 255 or 20.16% from 253); Max value from RGB is 197 - color contains mainly: red. Hex color #C50533 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50533 is #3AFACC. Grayscale: #434343. Windows color (decimal): -3865293 or 3343813. OLE color: 3343813.

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

Color convert

RGB 197 5 51 -
CMYK 0 0.97 0.74 0.23
HSL 345.63º 0.95% 0.4% -
HSV(B) 345.63º 0.97% 0.77% -
XYZ 23.68 12.22 4.24 -
YUV 67.65 118.61 220.26 -
System Red Green Blue C M Y K H S L
Decimal 197 5 51 0 0.97 0.74 0.23 345.63 0.95 0.4
Hex C5 5 33 0 61 4A 17 15A 5F 28
Octal 305 5 63 0 141 112 27 532 137 50
Binary 11000101 101 110011 0 1100001 1001010 10111 101011010 1011111 101000

Color Harmonies of #C50533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50533

Black with #C50533

Text Example


Text Example

White with #C50533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50533; }

 p { color: rgb(197,5,51); }

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

background-color css

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

 a { background-color: rgb(197,5,51); }

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

border-color css

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

 span { border-color: rgb(197,5,51); }

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