Html Css Color HEX #C51145 Cardinal

📋 copy color: '#C51145'

red 197 ◦ green 17 ◦ blue 69

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

Shades of Cardinal #C51145

Tints of Cardinal #C51145

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.01%

 BLUE value IS 69 (27.34% from 255) = 24.38%

R = 69.61%
G = 6.01%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C51145 (or 0xC51145) is known color: Cardinal. HEX triplet: C5, 11 and 45. RGB value is (197,17,69). Sum of RGB (Red+Green+Blue) = 197+17+69=283 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.61% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 69 (27.34% from 255 or 24.38% from 283); Max value from RGB is 197 - color contains mainly: red. Hex color #C51145 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51145 is #3AEEBA. Grayscale: #4C4C4C. Windows color (decimal): -3862203 or 4526533. OLE color: 4526533.

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

Color convert

RGB 197 17 69 -
CMYK 0 0.91 0.65 0.23
HSL 342.67º 0.84% 0.42% -
HSV(B) 342.67º 0.91% 0.77% -
XYZ 24.3 12.7 6.8 -
YUV 76.75 123.63 213.77 -
System Red Green Blue C M Y K H S L
Decimal 197 17 69 0 0.91 0.65 0.23 342.67 0.84 0.42
Hex C5 11 45 0 5B 41 17 157 54 2A
Octal 305 21 105 0 133 101 27 527 124 52
Binary 11000101 10001 1000101 0 1011011 1000001 10111 101010111 1010100 101010

Color Harmonies of #C51145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51145

Black with #C51145

Text Example


Text Example

White with #C51145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51145; }

 p { color: rgb(197,17,69); }

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

background-color css

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

 a { background-color: rgb(197,17,69); }

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

border-color css

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

 span { border-color: rgb(197,17,69); }

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