Html Css Color HEX #C7184A Cardinal

📋 copy color: '#C7184A'

red 199 ◦ green 24 ◦ blue 74

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

Shades of Cardinal #C7184A

Tints of Cardinal #C7184A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.08%

 BLUE value IS 74 (29.3% from 255) = 24.92%

R = 67%
G = 8.08%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C7184A (or 0xC7184A) is known color: Cardinal. HEX triplet: C7, 18 and 4A. RGB value is (199,24,74). Sum of RGB (Red+Green+Blue) = 199+24+74=297 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.00% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 199 - color contains mainly: red. Hex color #C7184A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7184A is #38E7B5. Grayscale: #525252. Windows color (decimal): -3729334 or 4856007. OLE color: 4856007.

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

Color convert

RGB 199 24 74 -
CMYK 0 0.88 0.63 0.22
HSL 342.86º 0.78% 0.44% -
HSV(B) 342.86º 0.88% 0.78% -
XYZ 25.12 13.29 7.72 -
YUV 82.03 123.48 211.43 -
System Red Green Blue C M Y K H S L
Decimal 199 24 74 0 0.88 0.63 0.22 342.86 0.78 0.44
Hex C7 18 4A 0 58 3F 16 157 4E 2C
Octal 307 30 112 0 130 77 26 527 116 54
Binary 11000111 11000 1001010 0 1011000 111111 10110 101010111 1001110 101100

Color Harmonies of #C7184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7184A

Black with #C7184A

Text Example


Text Example

White with #C7184A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7184A; }

 p { color: rgb(199,24,74); }

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

background-color css

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

 a { background-color: rgb(199,24,74); }

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

border-color css

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

 span { border-color: rgb(199,24,74); }

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