Html Css Color HEX #C9144D Cardinal

📋 copy color: '#C9144D'

red 201 ◦ green 20 ◦ blue 77

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

Shades of Cardinal #C9144D

Tints of Cardinal #C9144D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.71%

 BLUE value IS 77 (30.47% from 255) = 25.84%

R = 67.45%
G = 6.71%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C9144D (or 0xC9144D) is known color: Cardinal. HEX triplet: C9, 14 and 4D. RGB value is (201,20,77). Sum of RGB (Red+Green+Blue) = 201+20+77=298 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.45% from 298); Green value is 20 (8.20% from 255 or 6.71% from 298); Blue value is 77 (30.47% from 255 or 25.84% from 298); Max value from RGB is 201 - color contains mainly: red. Hex color #C9144D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9144D is #36EBB2. Grayscale: #505050. Windows color (decimal): -3599283 or 5051593. OLE color: 5051593.

HSL color Cylindrical-coordinate representation of color #C9144D: hue angle of 341.1º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9144D is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 20 77 -
CMYK 0 0.90 0.62 0.21
HSL 341.11º 0.82% 0.43% -
HSV(B) 341.11º 0.9% 0.79% -
XYZ 25.68 13.45 8.26 -
YUV 80.62 125.97 213.87 -
System Red Green Blue C M Y K H S L
Decimal 201 20 77 0 0.90 0.62 0.21 341.11 0.82 0.43
Hex C9 14 4D 0 5A 3E 15 155 52 2B
Octal 311 24 115 0 132 76 25 525 122 53
Binary 11001001 10100 1001101 0 1011010 111110 10101 101010101 1010010 101011

Color Harmonies of #C9144D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9144D

Black with #C9144D

Text Example


Text Example

White with #C9144D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9144D; }

 p { color: rgb(201,20,77); }

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

background-color css

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

 a { background-color: rgb(201,20,77); }

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

border-color css

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

 span { border-color: rgb(201,20,77); }

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