Html Css Color HEX #C51045 Cardinal

📋 copy color: '#C51045'

red 197 ◦ green 16 ◦ blue 69

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

Shades of Cardinal #C51045

Tints of Cardinal #C51045

RGB

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

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

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

R = 69.86%
G = 5.67%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C51045 (or 0xC51045) is known color: Cardinal. HEX triplet: C5, 10 and 45. RGB value is (197,16,69). Sum of RGB (Red+Green+Blue) = 197+16+69=282 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.86% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 69 (27.34% from 255 or 24.47% from 282); Max value from RGB is 197 - color contains mainly: red. Hex color #C51045 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51045 is #3AEFBA. Grayscale: #4C4C4C. Windows color (decimal): -3862459 or 4526277. OLE color: 4526277.

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

Color convert

RGB 197 16 69 -
CMYK 0 0.92 0.65 0.23
HSL 342.43º 0.85% 0.42% -
HSV(B) 342.43º 0.92% 0.77% -
XYZ 24.29 12.67 6.8 -
YUV 76.16 123.97 214.19 -
System Red Green Blue C M Y K H S L
Decimal 197 16 69 0 0.92 0.65 0.23 342.43 0.85 0.42
Hex C5 10 45 0 5C 41 17 156 55 2A
Octal 305 20 105 0 134 101 27 526 125 52
Binary 11000101 10000 1000101 0 1011100 1000001 10111 101010110 1010101 101010

Color Harmonies of #C51045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51045

Black with #C51045

Text Example


Text Example

White with #C51045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51045; }

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

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

background-color css

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

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

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

border-color css

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

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

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