Html Css Color HEX #C9103F Cardinal

📋 copy color: '#C9103F'

red 201 ◦ green 16 ◦ blue 63

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

Shades of Cardinal #C9103F

Tints of Cardinal #C9103F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.5%

R = 71.79%
G = 5.71%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9103F (or 0xC9103F) is known color: Cardinal. HEX triplet: C9, 10 and 3F. RGB value is (201,16,63). Sum of RGB (Red+Green+Blue) = 201+16+63=280 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.79% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 201 - color contains mainly: red. Hex color #C9103F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9103F is #36EFC0. Grayscale: #4C4C4C. Windows color (decimal): -3600321 or 4133065. OLE color: 4133065.

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

Color convert

RGB 201 16 63 -
CMYK 0 0.92 0.69 0.21
HSL 344.76º 0.85% 0.43% -
HSV(B) 344.76º 0.92% 0.79% -
XYZ 25.17 13.15 5.91 -
YUV 76.67 120.29 216.68 -
System Red Green Blue C M Y K H S L
Decimal 201 16 63 0 0.92 0.69 0.21 344.76 0.85 0.43
Hex C9 10 3F 0 5C 45 15 159 55 2B
Octal 311 20 77 0 134 105 25 531 125 53
Binary 11001001 10000 111111 0 1011100 1000101 10101 101011001 1010101 101011

Color Harmonies of #C9103F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9103F

Black with #C9103F

Text Example


Text Example

White with #C9103F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9103F; }

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

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

background-color css

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

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

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

border-color css

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

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

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