Html Css Color HEX #C9104B Cardinal

📋 copy color: '#C9104B'

red 201 ◦ green 16 ◦ blue 75

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

Shades of Cardinal #C9104B

Tints of Cardinal #C9104B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.48%

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

R = 68.84%
G = 5.48%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C9104B (or 0xC9104B) is known color: Cardinal. HEX triplet: C9, 10 and 4B. RGB value is (201,16,75). Sum of RGB (Red+Green+Blue) = 201+16+75=292 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.84% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 75 (29.69% from 255 or 25.68% from 292); Max value from RGB is 201 - color contains mainly: red. Hex color #C9104B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9104B is #36EFB4. Grayscale: #4D4D4D. Windows color (decimal): -3600309 or 4919497. OLE color: 4919497.

HSL color Cylindrical-coordinate representation of color #C9104B: hue angle of 340.86º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C9104B is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 16 75 -
CMYK 0 0.92 0.63 0.21
HSL 340.86º 0.85% 0.43% -
HSV(B) 340.86º 0.92% 0.79% -
XYZ 25.54 13.3 7.88 -
YUV 78.04 126.29 215.7 -
System Red Green Blue C M Y K H S L
Decimal 201 16 75 0 0.92 0.63 0.21 340.86 0.85 0.43
Hex C9 10 4B 0 5C 3F 15 155 55 2B
Octal 311 20 113 0 134 77 25 525 125 53
Binary 11001001 10000 1001011 0 1011100 111111 10101 101010101 1010101 101011

Color Harmonies of #C9104B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9104B

Black with #C9104B

Text Example


Text Example

White with #C9104B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9104B; }

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

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

background-color css

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

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

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

border-color css

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

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

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