#C82635

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

Shades of Cardinal #C82635

Tints of Cardinal #C82635

Color information

#C82635 (or 0xC82635) is unknown color: approx Cardinal. HEX triplet: C8, 26 and 35. RGB value is (200,38,53). Sum of RGB (Red+Green+Blue) = 200+38+53=291 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.73% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 53 (21.09% from 255 or 18.21% from 291); Max value from RGB is 200 - color contains mainly: red. Hex color #C82635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82635 is #37D9CA. Grayscale: #585858. Windows color (decimal): -3660235 or 3483336. OLE color: 3483336.

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

Color convert

RGB2003853-
CMYK00.810.740.22
HSL354.44º68.07%46.67%-
HSV(B)354.44º81%78.43%-
XYZ25.1613.924.73-
YUV88.15108.17207.78-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 68.73%
GREEN value IS 38 (15.23% from 255) = 13.06%
BLUE value IS 53 (21.09% from 255) = 18.21%
R=68.73%
G=13.06%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200385300.810.740.22354.4468.0746.67
HexC826350514A16162442f
Octal310466501211122654210457
Binary11001000100110110101010100011001010101101011000101000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82635; }

 p { color: rgb(200,38,53); }

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

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

 a { background-color: rgb(200,38,53); }

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

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

 span { border-color: rgb(200,38,53); }

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