Html Css Color HEX #C9152F Cardinal

📋 copy color: '#C9152F'

red 201 ◦ green 21 ◦ blue 47

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

Shades of Cardinal #C9152F

Tints of Cardinal #C9152F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.47%

R = 74.72%
G = 7.81%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#C9152F (or 0xC9152F) is known color: Cardinal. HEX triplet: C9, 15 and 2F. RGB value is (201,21,47). Sum of RGB (Red+Green+Blue) = 201+21+47=269 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.72% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 201 - color contains mainly: red. Hex color #C9152F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9152F is #36EAD0. Grayscale: #4D4D4D. Windows color (decimal): -3599057 or 3085769. OLE color: 3085769.

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

Color convert

RGB 201 21 47 -
CMYK 0 0.90 0.77 0.21
HSL 351.33º 0.81% 0.44% -
HSV(B) 351.33º 0.9% 0.79% -
XYZ 24.87 13.16 3.92 -
YUV 77.78 110.63 215.89 -
System Red Green Blue C M Y K H S L
Decimal 201 21 47 0 0.90 0.77 0.21 351.33 0.81 0.44
Hex C9 15 2F 0 5A 4D 15 15F 51 2C
Octal 311 25 57 0 132 115 25 537 121 54
Binary 11001001 10101 101111 0 1011010 1001101 10101 101011111 1010001 101100

Color Harmonies of #C9152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9152F

Black with #C9152F

Text Example


Text Example

White with #C9152F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9152F; }

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

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

background-color css

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

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

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

border-color css

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

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

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