Html Css Color HEX #C51440 Cardinal

📋 copy color: '#C51440'

red 197 ◦ green 20 ◦ blue 64

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

Shades of Cardinal #C51440

Tints of Cardinal #C51440

RGB

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

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

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

R = 70.11%
G = 7.12%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C51440 (or 0xC51440) is known color: Cardinal. HEX triplet: C5, 14 and 40. RGB value is (197,20,64). Sum of RGB (Red+Green+Blue) = 197+20+64=281 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.11% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 197 - color contains mainly: red. Hex color #C51440 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51440 is #3AEBBF. Grayscale: #4D4D4D. Windows color (decimal): -3861440 or 4199621. OLE color: 4199621.

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

Color convert

RGB 197 20 64 -
CMYK 0 0.90 0.68 0.23
HSL 345.08º 0.82% 0.43% -
HSV(B) 345.08º 0.9% 0.77% -
XYZ 24.2 12.74 6.03 -
YUV 77.94 120.14 212.92 -
System Red Green Blue C M Y K H S L
Decimal 197 20 64 0 0.90 0.68 0.23 345.08 0.82 0.43
Hex C5 14 40 0 5A 44 17 159 52 2B
Octal 305 24 100 0 132 104 27 531 122 53
Binary 11000101 10100 1000000 0 1011010 1000100 10111 101011001 1010010 101011

Color Harmonies of #C51440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51440

Black with #C51440

Text Example


Text Example

White with #C51440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51440; }

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

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

background-color css

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

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

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

border-color css

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

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

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