Html Css Color HEX #C71449 Cardinal

📋 copy color: '#C71449'

red 199 ◦ green 20 ◦ blue 73

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

Shades of Cardinal #C71449

Tints of Cardinal #C71449

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.85%

 BLUE value IS 73 (28.91% from 255) = 25%

R = 68.15%
G = 6.85%
B = 25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C71449 (or 0xC71449) is known color: Cardinal. HEX triplet: C7, 14 and 49. RGB value is (199,20,73). Sum of RGB (Red+Green+Blue) = 199+20+73=292 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.15% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 199 - color contains mainly: red. Hex color #C71449 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71449 is #38EBB6. Grayscale: #4F4F4F. Windows color (decimal): -3730359 or 4789447. OLE color: 4789447.

HSL color Cylindrical-coordinate representation of color #C71449: hue angle of 342.23º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C71449 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 20 73 -
CMYK 0 0.90 0.63 0.22
HSL 342.23º 0.82% 0.43% -
HSV(B) 342.23º 0.9% 0.78% -
XYZ 25.01 13.12 7.52 -
YUV 79.56 124.3 213.19 -
System Red Green Blue C M Y K H S L
Decimal 199 20 73 0 0.90 0.63 0.22 342.23 0.82 0.43
Hex C7 14 49 0 5A 3F 16 156 52 2B
Octal 307 24 111 0 132 77 26 526 122 53
Binary 11000111 10100 1001001 0 1011010 111111 10110 101010110 1010010 101011

Color Harmonies of #C71449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71449

Black with #C71449

Text Example


Text Example

White with #C71449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71449; }

 p { color: rgb(199,20,73); }

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

background-color css

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

 a { background-color: rgb(199,20,73); }

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

border-color css

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

 span { border-color: rgb(199,20,73); }

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