Html Css Color HEX #C71446 Cardinal

📋 copy color: '#C71446'

red 199 ◦ green 20 ◦ blue 70

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

Shades of Cardinal #C71446

Tints of Cardinal #C71446

RGB

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

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

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

R = 68.86%
G = 6.92%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C71446 (or 0xC71446) is known color: Cardinal. HEX triplet: C7, 14 and 46. RGB value is (199,20,70). Sum of RGB (Red+Green+Blue) = 199+20+70=289 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.86% from 289); Green value is 20 (8.20% from 255 or 6.92% from 289); Blue value is 70 (27.73% from 255 or 24.22% from 289); Max value from RGB is 199 - color contains mainly: red. Hex color #C71446 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71446 is #38EBB9. Grayscale: #4F4F4F. Windows color (decimal): -3730362 or 4592839. OLE color: 4592839.

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

Color convert

RGB 199 20 70 -
CMYK 0 0.90 0.65 0.22
HSL 343.24º 0.82% 0.43% -
HSV(B) 343.24º 0.9% 0.78% -
XYZ 24.91 13.08 7.01 -
YUV 79.22 122.8 213.43 -
System Red Green Blue C M Y K H S L
Decimal 199 20 70 0 0.90 0.65 0.22 343.24 0.82 0.43
Hex C7 14 46 0 5A 41 16 157 52 2B
Octal 307 24 106 0 132 101 26 527 122 53
Binary 11000111 10100 1000110 0 1011010 1000001 10110 101010111 1010010 101011

Color Harmonies of #C71446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71446

Black with #C71446

Text Example


Text Example

White with #C71446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71446; }

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

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

background-color css

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

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

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

border-color css

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

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

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