#C82439

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

Shades of Cardinal #C82439

Tints of Cardinal #C82439

Color information

#C82439 (or 0xC82439) is unknown color: approx Cardinal. HEX triplet: C8, 24 and 39. RGB value is (200,36,57). Sum of RGB (Red+Green+Blue) = 200+36+57=293 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.26% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 57 (22.66% from 255 or 19.45% from 293); Max value from RGB is 200 - color contains mainly: red. Hex color #C82439 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82439 is #37DBC6. Grayscale: #575757. Windows color (decimal): -3660743 or 3744968. OLE color: 3744968.

HSL color Cylindrical-coordinate representation of color #C82439: hue angle of 352.32º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C82439 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB2003657-
CMYK00.820.720.22
HSL352.32º69.49%46.27%-
HSV(B)352.32º82%78.43%-
XYZ25.1913.845.21-
YUV87.43110.83208.29-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 68.26%
GREEN value IS 36 (14.45% from 255) = 12.29%
BLUE value IS 57 (22.66% from 255) = 19.45%
R=68.26%
G=12.29%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200365700.820.720.22352.3269.4946.27
HexC824390524816160452e
Octal310447101221102654010556
Binary11001000100100111001010100101001000101101011000001000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82439; }

 p { color: rgb(200,36,57); }

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

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

 a { background-color: rgb(200,36,57); }

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

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

 span { border-color: rgb(200,36,57); }

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