Html Css Color HEX #C71D4A Cardinal

📋 copy color: '#C71D4A'

red 199 ◦ green 29 ◦ blue 74

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

Shades of Cardinal #C71D4A

Tints of Cardinal #C71D4A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.6%

 BLUE value IS 74 (29.3% from 255) = 24.5%

R = 65.89%
G = 9.6%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C71D4A (or 0xC71D4A) is known color: Cardinal. HEX triplet: C7, 1D and 4A. RGB value is (199,29,74). Sum of RGB (Red+Green+Blue) = 199+29+74=302 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.89% from 302); Green value is 29 (11.72% from 255 or 9.60% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 199 - color contains mainly: red. Hex color #C71D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71D4A is #38E2B5. Grayscale: #545454. Windows color (decimal): -3728054 or 4857287. OLE color: 4857287.

HSL color Cylindrical-coordinate representation of color #C71D4A: hue angle of 344.12º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C71D4A is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 29 74 -
CMYK 0 0.85 0.63 0.22
HSL 344.12º 0.75% 0.45% -
HSV(B) 344.12º 0.85% 0.78% -
XYZ 25.23 13.52 7.76 -
YUV 84.96 121.82 209.34 -
System Red Green Blue C M Y K H S L
Decimal 199 29 74 0 0.85 0.63 0.22 344.12 0.75 0.45
Hex C7 1D 4A 0 55 3F 16 158 4B 2D
Octal 307 35 112 0 125 77 26 530 113 55
Binary 11000111 11101 1001010 0 1010101 111111 10110 101011000 1001011 101101

Color Harmonies of #C71D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71D4A

Black with #C71D4A

Text Example


Text Example

White with #C71D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71D4A; }

 p { color: rgb(199,29,74); }

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

background-color css

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

 a { background-color: rgb(199,29,74); }

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

border-color css

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

 span { border-color: rgb(199,29,74); }

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