Html Css Color HEX #C5183B Cardinal

📋 copy color: '#C5183B'

red 197 ◦ green 24 ◦ blue 59

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

Shades of Cardinal #C5183B

Tints of Cardinal #C5183B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.07%

R = 70.36%
G = 8.57%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C5183B (or 0xC5183B) is known color: Cardinal. HEX triplet: C5, 18 and 3B. RGB value is (197,24,59). Sum of RGB (Red+Green+Blue) = 197+24+59=280 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.36% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 197 - color contains mainly: red. Hex color #C5183B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5183B is #3AE7C4. Grayscale: #4F4F4F. Windows color (decimal): -3860421 or 3872965. OLE color: 3872965.

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

Color convert

RGB 197 24 59 -
CMYK 0 0.88 0.70 0.23
HSL 347.86º 0.78% 0.43% -
HSV(B) 347.86º 0.88% 0.77% -
XYZ 24.14 12.84 5.34 -
YUV 79.72 116.31 211.65 -
System Red Green Blue C M Y K H S L
Decimal 197 24 59 0 0.88 0.70 0.23 347.86 0.78 0.43
Hex C5 18 3B 0 58 46 17 15C 4E 2B
Octal 305 30 73 0 130 106 27 534 116 53
Binary 11000101 11000 111011 0 1011000 1000110 10111 101011100 1001110 101011

Color Harmonies of #C5183B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5183B

Black with #C5183B

Text Example


Text Example

White with #C5183B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5183B; }

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

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

background-color css

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

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

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

border-color css

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

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

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