#C92043

Color #C92043 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #C92043

Tints of Cardinal #C92043

Color information

#C92043 (or 0xC92043) is unknown color: approx Cardinal. HEX triplet: C9, 20 and 43. RGB value is (201,32,67). Sum of RGB (Red+Green+Blue) = 201+32+67=300 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 67 (26.56% from 255 or 22.33% from 300); Max value from RGB is 201 - color contains mainly: red. Hex color #C92043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92043 is #36DFBC. Grayscale: #565656. Windows color (decimal): -3596221 or 4399305. OLE color: 4399305.

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

Color convert

RGB2013267-
CMYK00.840.670.21
HSL347.57º72.53%45.69%-
HSV(B)347.57º84.08%78.82%-
XYZ25.6213.866.63-
YUV86.52116.99209.65-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 67%
GREEN value IS 32 (12.89% from 255) = 10.67%
BLUE value IS 67 (26.56% from 255) = 22.33%
R=67%
G=10.67%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201326700.840.670.21347.5772.5345.69
HexC92043054431515c492e
Octal3114010301241032553411156
Binary110010011000001000011010101001000011101011010111001001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C92043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C92043; }

 p { color: rgb(201,32,67); }

 H1.HeaderClassName
 {
   color: #C92043;
 }
 .AnyTagClassName
 {
   color: #C92043;
 }
</style>
background-color css

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

 a { background-color: rgb(201,32,67); }

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

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

 span { border-color: rgb(201,32,67); }

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