Html Css Color HEX #C81549 Cardinal

📋 copy color: '#C81549'

red 200 ◦ green 21 ◦ blue 73

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

Shades of Cardinal #C81549

Tints of Cardinal #C81549

RGB

 RED value IS 200 (78.52% from 255) = 68.03%

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

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

R = 68.03%
G = 7.14%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C81549 (or 0xC81549) is known color: Cardinal. HEX triplet: C8, 15 and 49. RGB value is (200,21,73). Sum of RGB (Red+Green+Blue) = 200+21+73=294 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.03% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 200 - color contains mainly: red. Hex color #C81549 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81549 is #37EAB6. Grayscale: #505050. Windows color (decimal): -3664567 or 4789704. OLE color: 4789704.

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

Color convert

RGB 200 21 73 -
CMYK 0 0.90 0.64 0.22
HSL 342.57º 0.81% 0.43% -
HSV(B) 342.57º 0.9% 0.78% -
XYZ 25.29 13.3 7.54 -
YUV 80.45 123.8 213.27 -
System Red Green Blue C M Y K H S L
Decimal 200 21 73 0 0.90 0.64 0.22 342.57 0.81 0.43
Hex C8 15 49 0 5A 40 16 157 51 2B
Octal 310 25 111 0 132 100 26 527 121 53
Binary 11001000 10101 1001001 0 1011010 1000000 10110 101010111 1010001 101011

Color Harmonies of #C81549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81549

Black with #C81549

Text Example


Text Example

White with #C81549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81549; }

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

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

background-color css

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

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

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

border-color css

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

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

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