Html Css Color HEX #C71546 Cardinal

📋 copy color: '#C71546'

red 199 ◦ green 21 ◦ blue 70

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

Shades of Cardinal #C71546

Tints of Cardinal #C71546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.14%

R = 68.62%
G = 7.24%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C71546 (or 0xC71546) is known color: Cardinal. HEX triplet: C7, 15 and 46. RGB value is (199,21,70). Sum of RGB (Red+Green+Blue) = 199+21+70=290 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.62% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 70 (27.73% from 255 or 24.14% from 290); Max value from RGB is 199 - color contains mainly: red. Hex color #C71546 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71546 is #38EAB9. Grayscale: #4F4F4F. Windows color (decimal): -3730106 or 4593095. OLE color: 4593095.

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

Color convert

RGB 199 21 70 -
CMYK 0 0.89 0.65 0.22
HSL 343.48º 0.81% 0.43% -
HSV(B) 343.48º 0.89% 0.78% -
XYZ 24.93 13.12 7.01 -
YUV 79.81 122.47 213.02 -
System Red Green Blue C M Y K H S L
Decimal 199 21 70 0 0.89 0.65 0.22 343.48 0.81 0.43
Hex C7 15 46 0 59 41 16 157 51 2B
Octal 307 25 106 0 131 101 26 527 121 53
Binary 11000111 10101 1000110 0 1011001 1000001 10110 101010111 1010001 101011

Color Harmonies of #C71546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71546

Black with #C71546

Text Example


Text Example

White with #C71546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71546; }

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

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

background-color css

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

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

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

border-color css

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

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

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