Html Css Color HEX #C9222E Cardinal

📋 copy color: '#C9222E'

red 201 ◦ green 34 ◦ blue 46

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

Shades of Cardinal #C9222E

Tints of Cardinal #C9222E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.1%

 BLUE value IS 46 (18.36% from 255) = 16.37%

R = 71.53%
G = 12.1%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#C9222E (or 0xC9222E) is known color: Cardinal. HEX triplet: C9, 22 and 2E. RGB value is (201,34,46). Sum of RGB (Red+Green+Blue) = 201+34+46=281 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.53% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 46 (18.36% from 255 or 16.37% from 281); Max value from RGB is 201 - color contains mainly: red. Hex color #C9222E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9222E is #36DDD1. Grayscale: #555555. Windows color (decimal): -3595730 or 3023561. OLE color: 3023561.

HSL color Cylindrical-coordinate representation of color #C9222E: hue angle of 355.69º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C9222E is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 34 46 -
CMYK 0 0.83 0.77 0.21
HSL 355.69º 0.71% 0.46% -
HSV(B) 355.69º 0.83% 0.79% -
XYZ 25.15 13.76 3.91 -
YUV 85.3 105.83 210.52 -
System Red Green Blue C M Y K H S L
Decimal 201 34 46 0 0.83 0.77 0.21 355.69 0.71 0.46
Hex C9 22 2E 0 53 4D 15 164 47 2E
Octal 311 42 56 0 123 115 25 544 107 56
Binary 11001001 100010 101110 0 1010011 1001101 10101 101100100 1000111 101110

Color Harmonies of #C9222E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9222E

Black with #C9222E

Text Example


Text Example

White with #C9222E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9222E; }

 p { color: rgb(201,34,46); }

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

background-color css

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

 a { background-color: rgb(201,34,46); }

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

border-color css

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

 span { border-color: rgb(201,34,46); }

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