Html Css Color HEX #C9154F Cardinal

📋 copy color: '#C9154F'

red 201 ◦ green 21 ◦ blue 79

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

Shades of Cardinal #C9154F

Tints of Cardinal #C9154F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 26.25%

R = 66.78%
G = 6.98%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C9154F (or 0xC9154F) is known color: Cardinal. HEX triplet: C9, 15 and 4F. RGB value is (201,21,79). Sum of RGB (Red+Green+Blue) = 201+21+79=301 (39% of max value = 765). Red value is 201 (78.91% from 255 or 66.78% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 201 - color contains mainly: red. Hex color #C9154F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9154F is #36EAB0. Grayscale: #515151. Windows color (decimal): -3599025 or 5182921. OLE color: 5182921.

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

Color convert

RGB 201 21 79 -
CMYK 0 0.90 0.61 0.21
HSL 340.67º 0.81% 0.44% -
HSV(B) 340.67º 0.9% 0.79% -
XYZ 25.77 13.52 8.65 -
YUV 81.43 126.63 213.28 -
System Red Green Blue C M Y K H S L
Decimal 201 21 79 0 0.90 0.61 0.21 340.67 0.81 0.44
Hex C9 15 4F 0 5A 3D 15 155 51 2C
Octal 311 25 117 0 132 75 25 525 121 54
Binary 11001001 10101 1001111 0 1011010 111101 10101 101010101 1010001 101100

Color Harmonies of #C9154F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9154F

Black with #C9154F

Text Example


Text Example

White with #C9154F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9154F; }

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

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

background-color css

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

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

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

border-color css

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

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

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