Html Css Color HEX #C71540 Cardinal

📋 copy color: '#C71540'

red 199 ◦ green 21 ◦ blue 64

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

Shades of Cardinal #C71540

Tints of Cardinal #C71540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.54%

R = 70.07%
G = 7.39%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C71540 (or 0xC71540) is known color: Cardinal. HEX triplet: C7, 15 and 40. RGB value is (199,21,64). Sum of RGB (Red+Green+Blue) = 199+21+64=284 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.07% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 199 - color contains mainly: red. Hex color #C71540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71540 is #38EABF. Grayscale: #4F4F4F. Windows color (decimal): -3730112 or 4199879. OLE color: 4199879.

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

Color convert

RGB 199 21 64 -
CMYK 0 0.89 0.68 0.22
HSL 345.51º 0.81% 0.43% -
HSV(B) 345.51º 0.89% 0.78% -
XYZ 24.75 13.05 6.06 -
YUV 79.12 119.47 213.5 -
System Red Green Blue C M Y K H S L
Decimal 199 21 64 0 0.89 0.68 0.22 345.51 0.81 0.43
Hex C7 15 40 0 59 44 16 15A 51 2B
Octal 307 25 100 0 131 104 26 532 121 53
Binary 11000111 10101 1000000 0 1011001 1000100 10110 101011010 1010001 101011

Color Harmonies of #C71540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71540

Black with #C71540

Text Example


Text Example

White with #C71540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71540; }

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

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

background-color css

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

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

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

border-color css

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

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

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