Html Css Color HEX #C50844 Cardinal

📋 copy color: '#C50844'

red 197 ◦ green 8 ◦ blue 68

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

Shades of Cardinal #C50844

Tints of Cardinal #C50844

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.93%

 BLUE value IS 68 (26.95% from 255) = 24.91%

R = 72.16%
G = 2.93%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C50844 (or 0xC50844) is known color: Cardinal. HEX triplet: C5, 08 and 44. RGB value is (197,8,68). Sum of RGB (Red+Green+Blue) = 197+8+68=273 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.16% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 68 (26.95% from 255 or 24.91% from 273); Max value from RGB is 197 - color contains mainly: red. Hex color #C50844 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50844 is #3AF7BB. Grayscale: #474747. Windows color (decimal): -3864508 or 4458693. OLE color: 4458693.

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

Color convert

RGB 197 8 68 -
CMYK 0 0.96 0.65 0.23
HSL 340.95º 0.92% 0.4% -
HSV(B) 340.95º 0.96% 0.77% -
XYZ 24.16 12.46 6.6 -
YUV 71.35 126.12 217.62 -
System Red Green Blue C M Y K H S L
Decimal 197 8 68 0 0.96 0.65 0.23 340.95 0.92 0.4
Hex C5 8 44 0 60 41 17 155 5C 28
Octal 305 10 104 0 140 101 27 525 134 50
Binary 11000101 1000 1000100 0 1100000 1000001 10111 101010101 1011100 101000

Color Harmonies of #C50844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50844

Black with #C50844

Text Example


Text Example

White with #C50844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50844; }

 p { color: rgb(197,8,68); }

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

background-color css

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

 a { background-color: rgb(197,8,68); }

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

border-color css

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

 span { border-color: rgb(197,8,68); }

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