Html Css Color HEX #C92637 Cardinal

📋 copy color: '#C92637'

red 201 ◦ green 38 ◦ blue 55

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

Shades of Cardinal #C92637

Tints of Cardinal #C92637

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.93%

 BLUE value IS 55 (21.88% from 255) = 18.71%

R = 68.37%
G = 12.93%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C92637 (or 0xC92637) is known color: Cardinal. HEX triplet: C9, 26 and 37. RGB value is (201,38,55). Sum of RGB (Red+Green+Blue) = 201+38+55=294 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.37% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 55 (21.88% from 255 or 18.71% from 294); Max value from RGB is 201 - color contains mainly: red. Hex color #C92637 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92637 is #36D9C8. Grayscale: #585858. Windows color (decimal): -3594697 or 3614409. OLE color: 3614409.

HSL color Cylindrical-coordinate representation of color #C92637: hue angle of 353.74º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C92637 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 38 55 -
CMYK 0 0.81 0.73 0.21
HSL 353.74º 0.68% 0.47% -
HSV(B) 353.74º 0.81% 0.79% -
XYZ 25.47 14.08 4.99 -
YUV 88.68 109 208.12 -
System Red Green Blue C M Y K H S L
Decimal 201 38 55 0 0.81 0.73 0.21 353.74 0.68 0.47
Hex C9 26 37 0 51 49 15 162 44 2F
Octal 311 46 67 0 121 111 25 542 104 57
Binary 11001001 100110 110111 0 1010001 1001001 10101 101100010 1000100 101111

Color Harmonies of #C92637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92637

Black with #C92637

Text Example


Text Example

White with #C92637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92637; }

 p { color: rgb(201,38,55); }

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

background-color css

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

 a { background-color: rgb(201,38,55); }

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

border-color css

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

 span { border-color: rgb(201,38,55); }

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