Html Css Color HEX #C71746 Cardinal

📋 copy color: '#C71746'

red 199 ◦ green 23 ◦ blue 70

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

Shades of Cardinal #C71746

Tints of Cardinal #C71746

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.88%

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

R = 68.15%
G = 7.88%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C71746 (or 0xC71746) is known color: Cardinal. HEX triplet: C7, 17 and 46. RGB value is (199,23,70). Sum of RGB (Red+Green+Blue) = 199+23+70=292 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.15% from 292); Green value is 23 (9.38% from 255 or 7.88% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 199 - color contains mainly: red. Hex color #C71746 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71746 is #38E8B9. Grayscale: #505050. Windows color (decimal): -3729594 or 4593607. OLE color: 4593607.

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

Color convert

RGB 199 23 70 -
CMYK 0 0.88 0.65 0.22
HSL 343.98º 0.79% 0.44% -
HSV(B) 343.98º 0.88% 0.78% -
XYZ 24.97 13.2 7.03 -
YUV 80.98 121.81 212.18 -
System Red Green Blue C M Y K H S L
Decimal 199 23 70 0 0.88 0.65 0.22 343.98 0.79 0.44
Hex C7 17 46 0 58 41 16 158 4F 2C
Octal 307 27 106 0 130 101 26 530 117 54
Binary 11000111 10111 1000110 0 1011000 1000001 10110 101011000 1001111 101100

Color Harmonies of #C71746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71746

Black with #C71746

Text Example


Text Example

White with #C71746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71746; }

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

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

background-color css

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

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

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

border-color css

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

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

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