Html Css Color HEX #C9153F Cardinal

📋 copy color: '#C9153F'

red 201 ◦ green 21 ◦ blue 63

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

Shades of Cardinal #C9153F

Tints of Cardinal #C9153F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.37%

 BLUE value IS 63 (25% from 255) = 22.11%

R = 70.53%
G = 7.37%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9153F (or 0xC9153F) is known color: Cardinal. HEX triplet: C9, 15 and 3F. RGB value is (201,21,63). Sum of RGB (Red+Green+Blue) = 201+21+63=285 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.53% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 201 - color contains mainly: red. Hex color #C9153F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9153F is #36EAC0. Grayscale: #4F4F4F. Windows color (decimal): -3599041 or 4134345. OLE color: 4134345.

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

Color convert

RGB 201 21 63 -
CMYK 0 0.90 0.69 0.21
HSL 346º 0.81% 0.44% -
HSV(B) 346º 0.9% 0.79% -
XYZ 25.25 13.31 5.94 -
YUV 79.61 118.63 214.58 -
System Red Green Blue C M Y K H S L
Decimal 201 21 63 0 0.90 0.69 0.21 346 0.81 0.44
Hex C9 15 3F 0 5A 45 15 15A 51 2C
Octal 311 25 77 0 132 105 25 532 121 54
Binary 11001001 10101 111111 0 1011010 1000101 10101 101011010 1010001 101100

Color Harmonies of #C9153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9153F

Black with #C9153F

Text Example


Text Example

White with #C9153F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9153F; }

 p { color: rgb(201,21,63); }

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

background-color css

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

 a { background-color: rgb(201,21,63); }

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

border-color css

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

 span { border-color: rgb(201,21,63); }

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