Html Css Color HEX #C5184A Cardinal

📋 copy color: '#C5184A'

red 197 ◦ green 24 ◦ blue 74

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

Shades of Cardinal #C5184A

Tints of Cardinal #C5184A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.14%

 BLUE value IS 74 (29.3% from 255) = 25.08%

R = 66.78%
G = 8.14%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5184A (or 0xC5184A) is known color: Cardinal. HEX triplet: C5, 18 and 4A. RGB value is (197,24,74). Sum of RGB (Red+Green+Blue) = 197+24+74=295 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.78% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 197 - color contains mainly: red. Hex color #C5184A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5184A is #3AE7B5. Grayscale: #515151. Windows color (decimal): -3860406 or 4856005. OLE color: 4856005.

HSL color Cylindrical-coordinate representation of color #C5184A: hue angle of 342.66º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C5184A is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 24 74 -
CMYK 0 0.88 0.62 0.23
HSL 342.66º 0.78% 0.43% -
HSV(B) 342.66º 0.88% 0.77% -
XYZ 24.59 13.02 7.7 -
YUV 81.43 123.81 210.43 -
System Red Green Blue C M Y K H S L
Decimal 197 24 74 0 0.88 0.62 0.23 342.66 0.78 0.43
Hex C5 18 4A 0 58 3E 17 157 4E 2B
Octal 305 30 112 0 130 76 27 527 116 53
Binary 11000101 11000 1001010 0 1011000 111110 10111 101010111 1001110 101011

Color Harmonies of #C5184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5184A

Black with #C5184A

Text Example


Text Example

White with #C5184A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5184A; }

 p { color: rgb(197,24,74); }

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

background-color css

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

 a { background-color: rgb(197,24,74); }

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

border-color css

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

 span { border-color: rgb(197,24,74); }

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