Html Css Color HEX #C7124A Cardinal

📋 copy color: '#C7124A'

red 199 ◦ green 18 ◦ blue 74

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

Shades of Cardinal #C7124A

Tints of Cardinal #C7124A

RGB

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

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

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

R = 68.38%
G = 6.19%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C7124A (or 0xC7124A) is known color: Cardinal. HEX triplet: C7, 12 and 4A. RGB value is (199,18,74). Sum of RGB (Red+Green+Blue) = 199+18+74=291 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.38% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 74 (29.30% from 255 or 25.43% from 291); Max value from RGB is 199 - color contains mainly: red. Hex color #C7124A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7124A is #38EDB5. Grayscale: #4E4E4E. Windows color (decimal): -3730870 or 4854471. OLE color: 4854471.

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

Color convert

RGB 199 18 74 -
CMYK 0 0.91 0.63 0.22
HSL 341.44º 0.83% 0.43% -
HSV(B) 341.44º 0.91% 0.78% -
XYZ 25.01 13.07 7.68 -
YUV 78.5 125.47 213.95 -
System Red Green Blue C M Y K H S L
Decimal 199 18 74 0 0.91 0.63 0.22 341.44 0.83 0.43
Hex C7 12 4A 0 5B 3F 16 155 53 2B
Octal 307 22 112 0 133 77 26 525 123 53
Binary 11000111 10010 1001010 0 1011011 111111 10110 101010101 1010011 101011

Color Harmonies of #C7124A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7124A

Black with #C7124A

Text Example


Text Example

White with #C7124A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7124A; }

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

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

background-color css

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

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

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

border-color css

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

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

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