Html Css Color HEX #C61549 Cardinal

📋 copy color: '#C61549'

red 198 ◦ green 21 ◦ blue 73

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

Shades of Cardinal #C61549

Tints of Cardinal #C61549

RGB

 RED value IS 198 (77.73% from 255) = 67.81%

 GREEN value IS 21 (8.59% from 255) = 7.19%

 BLUE value IS 73 (28.91% from 255) = 25%

R = 67.81%
G = 7.19%
B = 25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C61549 (or 0xC61549) is known color: Cardinal. HEX triplet: C6, 15 and 49. RGB value is (198,21,73). Sum of RGB (Red+Green+Blue) = 198+21+73=292 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.81% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 198 - color contains mainly: red. Hex color #C61549 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61549 is #39EAB6. Grayscale: #4F4F4F. Windows color (decimal): -3795639 or 4789702. OLE color: 4789702.

HSL color Cylindrical-coordinate representation of color #C61549: hue angle of 342.37º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C61549 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 21 73 -
CMYK 0 0.89 0.63 0.22
HSL 342.37º 0.81% 0.43% -
HSV(B) 342.37º 0.89% 0.78% -
XYZ 24.76 13.02 7.51 -
YUV 79.85 124.14 212.27 -
System Red Green Blue C M Y K H S L
Decimal 198 21 73 0 0.89 0.63 0.22 342.37 0.81 0.43
Hex C6 15 49 0 59 3F 16 156 51 2B
Octal 306 25 111 0 131 77 26 526 121 53
Binary 11000110 10101 1001001 0 1011001 111111 10110 101010110 1010001 101011

Color Harmonies of #C61549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61549

Black with #C61549

Text Example


Text Example

White with #C61549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61549; }

 p { color: rgb(198,21,73); }

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

background-color css

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

 a { background-color: rgb(198,21,73); }

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

border-color css

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

 span { border-color: rgb(198,21,73); }

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