Html Css Color HEX #C71543 Cardinal

📋 copy color: '#C71543'

red 199 ◦ green 21 ◦ blue 67

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

Shades of Cardinal #C71543

Tints of Cardinal #C71543

RGB

 RED value IS 199 (78.13% from 255) = 69.34%

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

 BLUE value IS 67 (26.56% from 255) = 23.34%

R = 69.34%
G = 7.32%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C71543 (or 0xC71543) is known color: Cardinal. HEX triplet: C7, 15 and 43. RGB value is (199,21,67). Sum of RGB (Red+Green+Blue) = 199+21+67=287 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.34% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 67 (26.56% from 255 or 23.34% from 287); Max value from RGB is 199 - color contains mainly: red. Hex color #C71543 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71543 is #38EABC. Grayscale: #4F4F4F. Windows color (decimal): -3730109 or 4396487. OLE color: 4396487.

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

Color convert

RGB 199 21 67 -
CMYK 0 0.89 0.66 0.22
HSL 344.49º 0.81% 0.43% -
HSV(B) 344.49º 0.89% 0.78% -
XYZ 24.83 13.08 6.53 -
YUV 79.47 120.97 213.26 -
System Red Green Blue C M Y K H S L
Decimal 199 21 67 0 0.89 0.66 0.22 344.49 0.81 0.43
Hex C7 15 43 0 59 42 16 158 51 2B
Octal 307 25 103 0 131 102 26 530 121 53
Binary 11000111 10101 1000011 0 1011001 1000010 10110 101011000 1010001 101011

Color Harmonies of #C71543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71543

Black with #C71543

Text Example


Text Example

White with #C71543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71543; }

 p { color: rgb(199,21,67); }

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

background-color css

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

 a { background-color: rgb(199,21,67); }

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

border-color css

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

 span { border-color: rgb(199,21,67); }

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