Html Css Color HEX #C9113E Cardinal

📋 copy color: '#C9113E'

red 201 ◦ green 17 ◦ blue 62

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

Shades of Cardinal #C9113E

Tints of Cardinal #C9113E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.07%

 BLUE value IS 62 (24.61% from 255) = 22.14%

R = 71.79%
G = 6.07%
B = 22.14%

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

#C9113E (or 0xC9113E) is known color: Cardinal. HEX triplet: C9, 11 and 3E. RGB value is (201,17,62). Sum of RGB (Red+Green+Blue) = 201+17+62=280 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.79% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 62 (24.61% from 255 or 22.14% from 280); Max value from RGB is 201 - color contains mainly: red. Hex color #C9113E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9113E is #36EEC1. Grayscale: #4D4D4D. Windows color (decimal): -3600066 or 4067785. OLE color: 4067785.

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

Color convert

RGB 201 17 62 -
CMYK 0 0.92 0.69 0.21
HSL 345.33º 0.84% 0.43% -
HSV(B) 345.33º 0.92% 0.79% -
XYZ 25.16 13.17 5.77 -
YUV 77.15 119.46 216.34 -
System Red Green Blue C M Y K H S L
Decimal 201 17 62 0 0.92 0.69 0.21 345.33 0.84 0.43
Hex C9 11 3E 0 5C 45 15 159 54 2B
Octal 311 21 76 0 134 105 25 531 124 53
Binary 11001001 10001 111110 0 1011100 1000101 10101 101011001 1010100 101011

Color Harmonies of #C9113E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9113E

Black with #C9113E

Text Example


Text Example

White with #C9113E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9113E; }

 p { color: rgb(201,17,62); }

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

background-color css

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

 a { background-color: rgb(201,17,62); }

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

border-color css

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

 span { border-color: rgb(201,17,62); }

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