#C82533

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

Shades of Cardinal #C82533

Tints of Cardinal #C82533

Color information

#C82533 (or 0xC82533) is unknown color: approx Cardinal. HEX triplet: C8, 25 and 33. RGB value is (200,37,51). Sum of RGB (Red+Green+Blue) = 200+37+51=288 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.44% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 51 (20.31% from 255 or 17.71% from 288); Max value from RGB is 200 - color contains mainly: red. Hex color #C82533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82533 is #37DACC. Grayscale: #575757. Windows color (decimal): -3660493 or 3352008. OLE color: 3352008.

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

Color convert

RGB2003751-
CMYK00.820.740.22
HSL354.85º68.78%46.47%-
HSV(B)354.85º81.5%78.43%-
XYZ25.0813.844.48-
YUV87.33107.5208.36-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 69.44%
GREEN value IS 37 (14.84% from 255) = 12.85%
BLUE value IS 51 (20.31% from 255) = 17.71%
R=69.44%
G=12.85%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200375100.820.740.22354.8568.7846.47
HexC825330524A16163452e
Octal310456301221122654310556
Binary11001000100101110011010100101001010101101011000111000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82533; }

 p { color: rgb(200,37,51); }

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

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

 a { background-color: rgb(200,37,51); }

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

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

 span { border-color: rgb(200,37,51); }

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