Html Css Color HEX #C5184B Cardinal

📋 copy color: '#C5184B'

red 197 ◦ green 24 ◦ blue 75

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

Shades of Cardinal #C5184B

Tints of Cardinal #C5184B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.34%

R = 66.55%
G = 8.11%
B = 25.34%

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

#C5184B (or 0xC5184B) is known color: Cardinal. HEX triplet: C5, 18 and 4B. RGB value is (197,24,75). Sum of RGB (Red+Green+Blue) = 197+24+75=296 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.55% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 197 - color contains mainly: red. Hex color #C5184B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5184B is #3AE7B4. Grayscale: #515151. Windows color (decimal): -3860405 or 4921541. OLE color: 4921541.

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

Color convert

RGB 197 24 75 -
CMYK 0 0.88 0.62 0.23
HSL 342.31º 0.78% 0.43% -
HSV(B) 342.31º 0.88% 0.77% -
XYZ 24.62 13.03 7.87 -
YUV 81.54 124.31 210.35 -
System Red Green Blue C M Y K H S L
Decimal 197 24 75 0 0.88 0.62 0.23 342.31 0.78 0.43
Hex C5 18 4B 0 58 3E 17 156 4E 2B
Octal 305 30 113 0 130 76 27 526 116 53
Binary 11000101 11000 1001011 0 1011000 111110 10111 101010110 1001110 101011

Color Harmonies of #C5184B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5184B

Black with #C5184B

Text Example


Text Example

White with #C5184B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5184B; }

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

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

background-color css

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

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

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

border-color css

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

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

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