Html Css Color HEX #C9134C Cardinal

📋 copy color: '#C9134C'

red 201 ◦ green 19 ◦ blue 76

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

Shades of Cardinal #C9134C

Tints of Cardinal #C9134C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.42%

 BLUE value IS 76 (30.08% from 255) = 25.68%

R = 67.91%
G = 6.42%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C9134C (or 0xC9134C) is known color: Cardinal. HEX triplet: C9, 13 and 4C. RGB value is (201,19,76). Sum of RGB (Red+Green+Blue) = 201+19+76=296 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.91% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 76 (30.08% from 255 or 25.68% from 296); Max value from RGB is 201 - color contains mainly: red. Hex color #C9134C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9134C is #36ECB3. Grayscale: #4F4F4F. Windows color (decimal): -3599540 or 4985801. OLE color: 4985801.

HSL color Cylindrical-coordinate representation of color #C9134C: hue angle of 341.21º degrees, saturation: 0.83, 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 #C9134C is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 19 76 -
CMYK 0 0.91 0.62 0.21
HSL 341.21º 0.83% 0.43% -
HSV(B) 341.21º 0.91% 0.79% -
XYZ 25.62 13.41 8.07 -
YUV 79.92 125.8 214.37 -
System Red Green Blue C M Y K H S L
Decimal 201 19 76 0 0.91 0.62 0.21 341.21 0.83 0.43
Hex C9 13 4C 0 5B 3E 15 155 53 2B
Octal 311 23 114 0 133 76 25 525 123 53
Binary 11001001 10011 1001100 0 1011011 111110 10101 101010101 1010011 101011

Color Harmonies of #C9134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9134C

Black with #C9134C

Text Example


Text Example

White with #C9134C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9134C; }

 p { color: rgb(201,19,76); }

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

background-color css

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

 a { background-color: rgb(201,19,76); }

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

border-color css

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

 span { border-color: rgb(201,19,76); }

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