Html Css Color HEX #C7172E Cardinal

📋 copy color: '#C7172E'

red 199 ◦ green 23 ◦ blue 46

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

Shades of Cardinal #C7172E

Tints of Cardinal #C7172E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.16%

R = 74.25%
G = 8.58%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C7172E (or 0xC7172E) is known color: Cardinal. HEX triplet: C7, 17 and 2E. RGB value is (199,23,46). Sum of RGB (Red+Green+Blue) = 199+23+46=268 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.25% from 268); Green value is 23 (9.38% from 255 or 8.58% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 199 - color contains mainly: red. Hex color #C7172E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7172E is #38E8D1. Grayscale: #4E4E4E. Windows color (decimal): -3729618 or 3020743. OLE color: 3020743.

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

Color convert

RGB 199 23 46 -
CMYK 0 0.88 0.77 0.22
HSL 352.16º 0.79% 0.44% -
HSV(B) 352.16º 0.88% 0.78% -
XYZ 24.35 12.95 3.8 -
YUV 78.25 109.81 214.13 -
System Red Green Blue C M Y K H S L
Decimal 199 23 46 0 0.88 0.77 0.22 352.16 0.79 0.44
Hex C7 17 2E 0 58 4D 16 160 4F 2C
Octal 307 27 56 0 130 115 26 540 117 54
Binary 11000111 10111 101110 0 1011000 1001101 10110 101100000 1001111 101100

Color Harmonies of #C7172E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7172E

Black with #C7172E

Text Example


Text Example

White with #C7172E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7172E; }

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

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

background-color css

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

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

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

border-color css

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

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

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