Html Css Color HEX #C92440 Cardinal

📋 copy color: '#C92440'

red 201 ◦ green 36 ◦ blue 64

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

Shades of Cardinal #C92440

Tints of Cardinal #C92440

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.96%

 BLUE value IS 64 (25.39% from 255) = 21.26%

R = 66.78%
G = 11.96%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C92440 (or 0xC92440) is known color: Cardinal. HEX triplet: C9, 24 and 40. RGB value is (201,36,64). Sum of RGB (Red+Green+Blue) = 201+36+64=301 (39% of max value = 765). Red value is 201 (78.91% from 255 or 66.78% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 201 - color contains mainly: red. Hex color #C92440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92440 is #36DBBF. Grayscale: #585858. Windows color (decimal): -3595200 or 4203721. OLE color: 4203721.

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

Color convert

RGB 201 36 64 -
CMYK 0 0.82 0.68 0.21
HSL 349.82º 0.7% 0.46% -
HSV(B) 349.82º 0.82% 0.79% -
XYZ 25.64 14.05 6.21 -
YUV 88.53 114.16 208.22 -
System Red Green Blue C M Y K H S L
Decimal 201 36 64 0 0.82 0.68 0.21 349.82 0.7 0.46
Hex C9 24 40 0 52 44 15 15E 46 2E
Octal 311 44 100 0 122 104 25 536 106 56
Binary 11001001 100100 1000000 0 1010010 1000100 10101 101011110 1000110 101110

Color Harmonies of #C92440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92440

Black with #C92440

Text Example


Text Example

White with #C92440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92440; }

 p { color: rgb(201,36,64); }

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

background-color css

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

 a { background-color: rgb(201,36,64); }

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

border-color css

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

 span { border-color: rgb(201,36,64); }

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