Html Css Color HEX #C9154B Cardinal

📋 copy color: '#C9154B'

red 201 ◦ green 21 ◦ blue 75

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

Shades of Cardinal #C9154B

Tints of Cardinal #C9154B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.25%

R = 67.68%
G = 7.07%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C9154B (or 0xC9154B) is known color: Cardinal. HEX triplet: C9, 15 and 4B. RGB value is (201,21,75). Sum of RGB (Red+Green+Blue) = 201+21+75=297 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.68% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 201 - color contains mainly: red. Hex color #C9154B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9154B is #36EAB4. Grayscale: #505050. Windows color (decimal): -3599029 or 4920777. OLE color: 4920777.

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

Color convert

RGB 201 21 75 -
CMYK 0 0.90 0.63 0.21
HSL 342º 0.81% 0.44% -
HSV(B) 342º 0.9% 0.79% -
XYZ 25.63 13.46 7.9 -
YUV 80.98 124.63 213.61 -
System Red Green Blue C M Y K H S L
Decimal 201 21 75 0 0.90 0.63 0.21 342 0.81 0.44
Hex C9 15 4B 0 5A 3F 15 156 51 2C
Octal 311 25 113 0 132 77 25 526 121 54
Binary 11001001 10101 1001011 0 1011010 111111 10101 101010110 1010001 101100

Color Harmonies of #C9154B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9154B

Black with #C9154B

Text Example


Text Example

White with #C9154B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9154B; }

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

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

background-color css

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

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

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

border-color css

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

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

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