Html Css Color HEX #C92138 Cardinal

📋 copy color: '#C92138'

red 201 ◦ green 33 ◦ blue 56

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

Shades of Cardinal #C92138

Tints of Cardinal #C92138

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.38%

 BLUE value IS 56 (22.27% from 255) = 19.31%

R = 69.31%
G = 11.38%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C92138 (or 0xC92138) is known color: Cardinal. HEX triplet: C9, 21 and 38. RGB value is (201,33,56). Sum of RGB (Red+Green+Blue) = 201+33+56=290 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.31% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 56 (22.27% from 255 or 19.31% from 290); Max value from RGB is 201 - color contains mainly: red. Hex color #C92138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92138 is #36DEC7. Grayscale: #555555. Windows color (decimal): -3595976 or 3678665. OLE color: 3678665.

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

Color convert

RGB 201 33 56 -
CMYK 0 0.84 0.72 0.21
HSL 351.79º 0.72% 0.46% -
HSV(B) 351.79º 0.84% 0.79% -
XYZ 25.35 13.79 5.07 -
YUV 85.85 111.16 210.13 -
System Red Green Blue C M Y K H S L
Decimal 201 33 56 0 0.84 0.72 0.21 351.79 0.72 0.46
Hex C9 21 38 0 54 48 15 160 48 2E
Octal 311 41 70 0 124 110 25 540 110 56
Binary 11001001 100001 111000 0 1010100 1001000 10101 101100000 1001000 101110

Color Harmonies of #C92138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92138

Black with #C92138

Text Example


Text Example

White with #C92138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92138; }

 p { color: rgb(201,33,56); }

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

background-color css

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

 a { background-color: rgb(201,33,56); }

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

border-color css

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

 span { border-color: rgb(201,33,56); }

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