Html Css Color HEX #C5183A Cardinal

📋 copy color: '#C5183A'

red 197 ◦ green 24 ◦ blue 58

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

Shades of Cardinal #C5183A

Tints of Cardinal #C5183A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.79%

R = 70.61%
G = 8.6%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C5183A (or 0xC5183A) is known color: Cardinal. HEX triplet: C5, 18 and 3A. RGB value is (197,24,58). Sum of RGB (Red+Green+Blue) = 197+24+58=279 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.61% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 197 - color contains mainly: red. Hex color #C5183A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5183A is #3AE7C5. Grayscale: #4F4F4F. Windows color (decimal): -3860422 or 3807429. OLE color: 3807429.

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

Color convert

RGB 197 24 58 -
CMYK 0 0.88 0.71 0.23
HSL 348.21º 0.78% 0.43% -
HSV(B) 348.21º 0.88% 0.77% -
XYZ 24.12 12.83 5.21 -
YUV 79.6 115.81 211.74 -
System Red Green Blue C M Y K H S L
Decimal 197 24 58 0 0.88 0.71 0.23 348.21 0.78 0.43
Hex C5 18 3A 0 58 47 17 15C 4E 2B
Octal 305 30 72 0 130 107 27 534 116 53
Binary 11000101 11000 111010 0 1011000 1000111 10111 101011100 1001110 101011

Color Harmonies of #C5183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5183A

Black with #C5183A

Text Example


Text Example

White with #C5183A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5183A; }

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

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

background-color css

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

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

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

border-color css

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

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

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