Html Css Color HEX #C51047 Cardinal

📋 copy color: '#C51047'

red 197 ◦ green 16 ◦ blue 71

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

Shades of Cardinal #C51047

Tints of Cardinal #C51047

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.63%

 BLUE value IS 71 (28.13% from 255) = 25%

R = 69.37%
G = 5.63%
B = 25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C51047 (or 0xC51047) is known color: Cardinal. HEX triplet: C5, 10 and 47. RGB value is (197,16,71). Sum of RGB (Red+Green+Blue) = 197+16+71=284 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.37% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 71 (28.12% from 255 or 25% from 284); Max value from RGB is 197 - color contains mainly: red. Hex color #C51047 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51047 is #3AEFB8. Grayscale: #4C4C4C. Windows color (decimal): -3862457 or 4657349. OLE color: 4657349.

HSL color Cylindrical-coordinate representation of color #C51047: hue angle of 341.77º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C51047 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 16 71 -
CMYK 0 0.92 0.64 0.23
HSL 341.77º 0.85% 0.42% -
HSV(B) 341.77º 0.92% 0.77% -
XYZ 24.35 12.7 7.13 -
YUV 76.39 124.97 214.03 -
System Red Green Blue C M Y K H S L
Decimal 197 16 71 0 0.92 0.64 0.23 341.77 0.85 0.42
Hex C5 10 47 0 5C 40 17 156 55 2A
Octal 305 20 107 0 134 100 27 526 125 52
Binary 11000101 10000 1000111 0 1011100 1000000 10111 101010110 1010101 101010

Color Harmonies of #C51047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51047

Black with #C51047

Text Example


Text Example

White with #C51047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51047; }

 p { color: rgb(197,16,71); }

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

background-color css

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

 a { background-color: rgb(197,16,71); }

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

border-color css

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

 span { border-color: rgb(197,16,71); }

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