Html Css Color HEX #C51840 Cardinal

📋 copy color: '#C51840'

red 197 ◦ green 24 ◦ blue 64

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

Shades of Cardinal #C51840

Tints of Cardinal #C51840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.46%

R = 69.12%
G = 8.42%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C51840 (or 0xC51840) is known color: Cardinal. HEX triplet: C5, 18 and 40. RGB value is (197,24,64). Sum of RGB (Red+Green+Blue) = 197+24+64=285 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.12% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 197 - color contains mainly: red. Hex color #C51840 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51840 is #3AE7BF. Grayscale: #505050. Windows color (decimal): -3860416 or 4200645. OLE color: 4200645.

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

Color convert

RGB 197 24 64 -
CMYK 0 0.88 0.68 0.23
HSL 346.13º 0.78% 0.43% -
HSV(B) 346.13º 0.88% 0.77% -
XYZ 24.28 12.89 6.06 -
YUV 80.29 118.81 211.25 -
System Red Green Blue C M Y K H S L
Decimal 197 24 64 0 0.88 0.68 0.23 346.13 0.78 0.43
Hex C5 18 40 0 58 44 17 15A 4E 2B
Octal 305 30 100 0 130 104 27 532 116 53
Binary 11000101 11000 1000000 0 1011000 1000100 10111 101011010 1001110 101011

Color Harmonies of #C51840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51840

Black with #C51840

Text Example


Text Example

White with #C51840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51840; }

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

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

background-color css

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

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

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

border-color css

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

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

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