Html Css Color HEX #C92231 Cardinal

📋 copy color: '#C92231'

red 201 ◦ green 34 ◦ blue 49

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

Shades of Cardinal #C92231

Tints of Cardinal #C92231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.25%

R = 70.77%
G = 11.97%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#C92231 (or 0xC92231) is known color: Cardinal. HEX triplet: C9, 22 and 31. RGB value is (201,34,49). Sum of RGB (Red+Green+Blue) = 201+34+49=284 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.77% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 201 - color contains mainly: red. Hex color #C92231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92231 is #36DDCE. Grayscale: #555555. Windows color (decimal): -3595727 or 3220169. OLE color: 3220169.

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

Color convert

RGB 201 34 49 -
CMYK 0 0.83 0.76 0.21
HSL 354.61º 0.71% 0.46% -
HSV(B) 354.61º 0.83% 0.79% -
XYZ 25.21 13.78 4.24 -
YUV 85.64 107.33 210.28 -
System Red Green Blue C M Y K H S L
Decimal 201 34 49 0 0.83 0.76 0.21 354.61 0.71 0.46
Hex C9 22 31 0 53 4C 15 163 47 2E
Octal 311 42 61 0 123 114 25 543 107 56
Binary 11001001 100010 110001 0 1010011 1001100 10101 101100011 1000111 101110

Color Harmonies of #C92231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92231

Black with #C92231

Text Example


Text Example

White with #C92231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92231; }

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

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

background-color css

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

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

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

border-color css

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

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

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