Html Css Color HEX #C9184A Cardinal

📋 copy color: '#C9184A'

red 201 ◦ green 24 ◦ blue 74

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

Shades of Cardinal #C9184A

Tints of Cardinal #C9184A

RGB

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

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

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

R = 67.22%
G = 8.03%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C9184A (or 0xC9184A) is known color: Cardinal. HEX triplet: C9, 18 and 4A. RGB value is (201,24,74). Sum of RGB (Red+Green+Blue) = 201+24+74=299 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.22% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 201 - color contains mainly: red. Hex color #C9184A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9184A is #36E7B5. Grayscale: #525252. Windows color (decimal): -3598262 or 4856009. OLE color: 4856009.

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

Color convert

RGB 201 24 74 -
CMYK 0 0.88 0.63 0.21
HSL 343.05º 0.79% 0.44% -
HSV(B) 343.05º 0.88% 0.79% -
XYZ 25.65 13.57 7.75 -
YUV 82.62 123.14 212.43 -
System Red Green Blue C M Y K H S L
Decimal 201 24 74 0 0.88 0.63 0.21 343.05 0.79 0.44
Hex C9 18 4A 0 58 3F 15 157 4F 2C
Octal 311 30 112 0 130 77 25 527 117 54
Binary 11001001 11000 1001010 0 1011000 111111 10101 101010111 1001111 101100

Color Harmonies of #C9184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9184A

Black with #C9184A

Text Example


Text Example

White with #C9184A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9184A; }

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

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

background-color css

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

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

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

border-color css

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

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

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