Html Css Color HEX #C71246 Cardinal

📋 copy color: '#C71246'

red 199 ◦ green 18 ◦ blue 70

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

Shades of Cardinal #C71246

Tints of Cardinal #C71246

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.27%

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

R = 69.34%
G = 6.27%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C71246 (or 0xC71246) is known color: Cardinal. HEX triplet: C7, 12 and 46. RGB value is (199,18,70). Sum of RGB (Red+Green+Blue) = 199+18+70=287 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.34% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 70 (27.73% from 255 or 24.39% from 287); Max value from RGB is 199 - color contains mainly: red. Hex color #C71246 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71246 is #38EDB9. Grayscale: #4E4E4E. Windows color (decimal): -3730874 or 4592327. OLE color: 4592327.

HSL color Cylindrical-coordinate representation of color #C71246: hue angle of 342.76º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C71246 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 18 70 -
CMYK 0 0.91 0.65 0.22
HSL 342.76º 0.83% 0.43% -
HSV(B) 342.76º 0.91% 0.78% -
XYZ 24.87 13.02 7 -
YUV 78.05 123.47 214.27 -
System Red Green Blue C M Y K H S L
Decimal 199 18 70 0 0.91 0.65 0.22 342.76 0.83 0.43
Hex C7 12 46 0 5B 41 16 157 53 2B
Octal 307 22 106 0 133 101 26 527 123 53
Binary 11000111 10010 1000110 0 1011011 1000001 10110 101010111 1010011 101011

Color Harmonies of #C71246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71246

Black with #C71246

Text Example


Text Example

White with #C71246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71246; }

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

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

background-color css

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

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

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

border-color css

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

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

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