Html Css Color HEX #C71A4D Cardinal

📋 copy color: '#C71A4D'

red 199 ◦ green 26 ◦ blue 77

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

Shades of Cardinal #C71A4D

Tints of Cardinal #C71A4D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.61%

 BLUE value IS 77 (30.47% from 255) = 25.5%

R = 65.89%
G = 8.61%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C71A4D (or 0xC71A4D) is known color: Cardinal. HEX triplet: C7, 1A and 4D. RGB value is (199,26,77). Sum of RGB (Red+Green+Blue) = 199+26+77=302 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.89% from 302); Green value is 26 (10.55% from 255 or 8.61% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 199 - color contains mainly: red. Hex color #C71A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71A4D is #38E5B2. Grayscale: #535353. Windows color (decimal): -3728819 or 5053127. OLE color: 5053127.

HSL color Cylindrical-coordinate representation of color #C71A4D: hue angle of 342.31º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C71A4D is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 26 77 -
CMYK 0 0.87 0.61 0.22
HSL 342.31º 0.77% 0.44% -
HSV(B) 342.31º 0.87% 0.78% -
XYZ 25.26 13.42 8.28 -
YUV 83.54 124.31 210.35 -
System Red Green Blue C M Y K H S L
Decimal 199 26 77 0 0.87 0.61 0.22 342.31 0.77 0.44
Hex C7 1A 4D 0 57 3D 16 156 4D 2C
Octal 307 32 115 0 127 75 26 526 115 54
Binary 11000111 11010 1001101 0 1010111 111101 10110 101010110 1001101 101100

Color Harmonies of #C71A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71A4D

Black with #C71A4D

Text Example


Text Example

White with #C71A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71A4D; }

 p { color: rgb(199,26,77); }

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

background-color css

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

 a { background-color: rgb(199,26,77); }

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

border-color css

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

 span { border-color: rgb(199,26,77); }

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