Html Css Color HEX #C5183C Cardinal

📋 copy color: '#C5183C'

red 197 ◦ green 24 ◦ blue 60

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

Shades of Cardinal #C5183C

Tints of Cardinal #C5183C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.35%

R = 70.11%
G = 8.54%
B = 21.35%

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

#C5183C (or 0xC5183C) is known color: Cardinal. HEX triplet: C5, 18 and 3C. RGB value is (197,24,60). Sum of RGB (Red+Green+Blue) = 197+24+60=281 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.11% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 197 - color contains mainly: red. Hex color #C5183C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5183C is #3AE7C3. Grayscale: #4F4F4F. Windows color (decimal): -3860420 or 3938501. OLE color: 3938501.

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

Color convert

RGB 197 24 60 -
CMYK 0 0.88 0.70 0.23
HSL 347.51º 0.78% 0.43% -
HSV(B) 347.51º 0.88% 0.77% -
XYZ 24.17 12.85 5.48 -
YUV 79.83 116.81 211.57 -
System Red Green Blue C M Y K H S L
Decimal 197 24 60 0 0.88 0.70 0.23 347.51 0.78 0.43
Hex C5 18 3C 0 58 46 17 15C 4E 2B
Octal 305 30 74 0 130 106 27 534 116 53
Binary 11000101 11000 111100 0 1011000 1000110 10111 101011100 1001110 101011

Color Harmonies of #C5183C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5183C

Black with #C5183C

Text Example


Text Example

White with #C5183C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5183C; }

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

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

background-color css

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

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

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

border-color css

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

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

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