Html Css Color HEX #C9153B Cardinal

📋 copy color: '#C9153B'

red 201 ◦ green 21 ◦ blue 59

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

Shades of Cardinal #C9153B

Tints of Cardinal #C9153B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21%

R = 71.53%
G = 7.47%
B = 21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#C9153B (or 0xC9153B) is known color: Cardinal. HEX triplet: C9, 15 and 3B. RGB value is (201,21,59). Sum of RGB (Red+Green+Blue) = 201+21+59=281 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.53% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 201 - color contains mainly: red. Hex color #C9153B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9153B is #36EAC4. Grayscale: #4F4F4F. Windows color (decimal): -3599045 or 3872201. OLE color: 3872201.

HSL color Cylindrical-coordinate representation of color #C9153B: hue angle of 347.33º 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 #C9153B is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 21 59 -
CMYK 0 0.90 0.71 0.21
HSL 347.33º 0.81% 0.44% -
HSV(B) 347.33º 0.9% 0.79% -
XYZ 25.14 13.27 5.37 -
YUV 79.15 116.63 214.91 -
System Red Green Blue C M Y K H S L
Decimal 201 21 59 0 0.90 0.71 0.21 347.33 0.81 0.44
Hex C9 15 3B 0 5A 47 15 15B 51 2C
Octal 311 25 73 0 132 107 25 533 121 54
Binary 11001001 10101 111011 0 1011010 1000111 10101 101011011 1010001 101100

Color Harmonies of #C9153B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9153B

Black with #C9153B

Text Example


Text Example

White with #C9153B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9153B; }

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

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

background-color css

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

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

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

border-color css

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

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

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