Html Css Color HEX #C51437 Cardinal

📋 copy color: '#C51437'

red 197 ◦ green 20 ◦ blue 55

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

Shades of Cardinal #C51437

Tints of Cardinal #C51437

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.35%

 BLUE value IS 55 (21.88% from 255) = 20.22%

R = 72.43%
G = 7.35%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C51437 (or 0xC51437) is known color: Cardinal. HEX triplet: C5, 14 and 37. RGB value is (197,20,55). Sum of RGB (Red+Green+Blue) = 197+20+55=272 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.43% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 55 (21.88% from 255 or 20.22% from 272); Max value from RGB is 197 - color contains mainly: red. Hex color #C51437 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51437 is #3AEBC8. Grayscale: #4C4C4C. Windows color (decimal): -3861449 or 3609797. OLE color: 3609797.

HSL color Cylindrical-coordinate representation of color #C51437: hue angle of 348.14º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51437 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 20 55 -
CMYK 0 0.90 0.72 0.23
HSL 348.14º 0.82% 0.43% -
HSV(B) 348.14º 0.9% 0.77% -
XYZ 23.97 12.65 4.79 -
YUV 76.91 115.64 213.65 -
System Red Green Blue C M Y K H S L
Decimal 197 20 55 0 0.90 0.72 0.23 348.14 0.82 0.43
Hex C5 14 37 0 5A 48 17 15C 52 2B
Octal 305 24 67 0 132 110 27 534 122 53
Binary 11000101 10100 110111 0 1011010 1001000 10111 101011100 1010010 101011

Color Harmonies of #C51437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51437

Black with #C51437

Text Example


Text Example

White with #C51437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51437; }

 p { color: rgb(197,20,55); }

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

background-color css

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

 a { background-color: rgb(197,20,55); }

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

border-color css

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

 span { border-color: rgb(197,20,55); }

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