Html Css Color HEX #C9223E Cardinal

📋 copy color: '#C9223E'

red 201 ◦ green 34 ◦ blue 62

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

Shades of Cardinal #C9223E

Tints of Cardinal #C9223E

RGB

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

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

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

R = 67.68%
G = 11.45%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9223E (or 0xC9223E) is known color: Cardinal. HEX triplet: C9, 22 and 3E. RGB value is (201,34,62). Sum of RGB (Red+Green+Blue) = 201+34+62=297 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.68% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 201 - color contains mainly: red. Hex color #C9223E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9223E is #36DDC1. Grayscale: #575757. Windows color (decimal): -3595714 or 4072137. OLE color: 4072137.

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

Color convert

RGB 201 34 62 -
CMYK 0 0.83 0.69 0.21
HSL 349.94º 0.71% 0.46% -
HSV(B) 349.94º 0.83% 0.79% -
XYZ 25.53 13.91 5.9 -
YUV 87.13 113.83 209.22 -
System Red Green Blue C M Y K H S L
Decimal 201 34 62 0 0.83 0.69 0.21 349.94 0.71 0.46
Hex C9 22 3E 0 53 45 15 15E 47 2E
Octal 311 42 76 0 123 105 25 536 107 56
Binary 11001001 100010 111110 0 1010011 1000101 10101 101011110 1000111 101110

Color Harmonies of #C9223E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9223E

Black with #C9223E

Text Example


Text Example

White with #C9223E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9223E; }

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

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

background-color css

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

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

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

border-color css

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

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

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