Html Css Color HEX #C51446 Cardinal

📋 copy color: '#C51446'

red 197 ◦ green 20 ◦ blue 70

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

Shades of Cardinal #C51446

Tints of Cardinal #C51446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.39%

R = 68.64%
G = 6.97%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C51446 (or 0xC51446) is known color: Cardinal. HEX triplet: C5, 14 and 46. RGB value is (197,20,70). Sum of RGB (Red+Green+Blue) = 197+20+70=287 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.64% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 70 (27.73% from 255 or 24.39% from 287); Max value from RGB is 197 - color contains mainly: red. Hex color #C51446 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51446 is #3AEBB9. Grayscale: #4E4E4E. Windows color (decimal): -3861434 or 4592837. OLE color: 4592837.

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

Color convert

RGB 197 20 70 -
CMYK 0 0.90 0.64 0.23
HSL 343.05º 0.82% 0.43% -
HSV(B) 343.05º 0.9% 0.77% -
XYZ 24.38 12.81 6.98 -
YUV 78.62 123.14 212.43 -
System Red Green Blue C M Y K H S L
Decimal 197 20 70 0 0.90 0.64 0.23 343.05 0.82 0.43
Hex C5 14 46 0 5A 40 17 157 52 2B
Octal 305 24 106 0 132 100 27 527 122 53
Binary 11000101 10100 1000110 0 1011010 1000000 10111 101010111 1010010 101011

Color Harmonies of #C51446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51446

Black with #C51446

Text Example


Text Example

White with #C51446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51446; }

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

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

background-color css

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

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

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

border-color css

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

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

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