Html Css Color HEX #C9124A Cardinal

📋 copy color: '#C9124A'

red 201 ◦ green 18 ◦ blue 74

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

Shades of Cardinal #C9124A

Tints of Cardinal #C9124A

RGB

 RED value IS 201 (78.91% from 255) = 68.6%

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

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

R = 68.6%
G = 6.14%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C9124A (or 0xC9124A) is known color: Cardinal. HEX triplet: C9, 12 and 4A. RGB value is (201,18,74). Sum of RGB (Red+Green+Blue) = 201+18+74=293 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.60% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 201 - color contains mainly: red. Hex color #C9124A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9124A is #36EDB5. Grayscale: #4F4F4F. Windows color (decimal): -3599798 or 4854473. OLE color: 4854473.

HSL color Cylindrical-coordinate representation of color #C9124A: hue angle of 341.64º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C9124A is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 18 74 -
CMYK 0 0.91 0.63 0.21
HSL 341.64º 0.84% 0.43% -
HSV(B) 341.64º 0.91% 0.79% -
XYZ 25.54 13.34 7.71 -
YUV 79.1 125.13 214.95 -
System Red Green Blue C M Y K H S L
Decimal 201 18 74 0 0.91 0.63 0.21 341.64 0.84 0.43
Hex C9 12 4A 0 5B 3F 15 156 54 2B
Octal 311 22 112 0 133 77 25 526 124 53
Binary 11001001 10010 1001010 0 1011011 111111 10101 101010110 1010100 101011

Color Harmonies of #C9124A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9124A

Black with #C9124A

Text Example


Text Example

White with #C9124A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9124A; }

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

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

background-color css

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

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

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

border-color css

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

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

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