Html Css Color HEX #C92337 Cardinal

📋 copy color: '#C92337'

red 201 ◦ green 35 ◦ blue 55

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

Shades of Cardinal #C92337

Tints of Cardinal #C92337

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.03%

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

R = 69.07%
G = 12.03%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C92337 (or 0xC92337) is known color: Cardinal. HEX triplet: C9, 23 and 37. RGB value is (201,35,55). Sum of RGB (Red+Green+Blue) = 201+35+55=291 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.07% from 291); Green value is 35 (14.06% from 255 or 12.03% from 291); Blue value is 55 (21.88% from 255 or 18.90% from 291); Max value from RGB is 201 - color contains mainly: red. Hex color #C92337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92337 is #36DCC8. Grayscale: #565656. Windows color (decimal): -3595465 or 3613641. OLE color: 3613641.

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

Color convert

RGB 201 35 55 -
CMYK 0 0.83 0.73 0.21
HSL 352.77º 0.7% 0.46% -
HSV(B) 352.77º 0.83% 0.79% -
XYZ 25.38 13.9 4.96 -
YUV 86.91 110 209.37 -
System Red Green Blue C M Y K H S L
Decimal 201 35 55 0 0.83 0.73 0.21 352.77 0.7 0.46
Hex C9 23 37 0 53 49 15 161 46 2E
Octal 311 43 67 0 123 111 25 541 106 56
Binary 11001001 100011 110111 0 1010011 1001001 10101 101100001 1000110 101110

Color Harmonies of #C92337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92337

Black with #C92337

Text Example


Text Example

White with #C92337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92337; }

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

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

background-color css

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

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

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

border-color css

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

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

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