#C83F4A

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

Shades of Brick Red #C83F4A

Tints of Brick Red #C83F4A

Color information

#C83F4A (or 0xC83F4A) is unknown color: approx Brick Red. HEX triplet: C8, 3F and 4A. RGB value is (200,63,74). Sum of RGB (Red+Green+Blue) = 200+63+74=337 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.35% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83F4A is #37C0B5. Grayscale: #696969. Windows color (decimal): -3653814 or 4865992. OLE color: 4865992.

HSL color Cylindrical-coordinate representation of color #C83F4A: hue angle of 355.18º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C83F4A is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB2006374-
CMYK00.680.630.22
HSL355.18º55.47%51.57%-
HSV(B)355.18º68.5%78.43%-
XYZ26.8316.338.22-
YUV105.22110.39195.61-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 59.35%
GREEN value IS 63 (25% from 255) = 18.69%
BLUE value IS 74 (29.30% from 255) = 21.96%
R=59.35%
G=18.69%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200637400.680.630.22355.1855.4751.57
HexC83F4A0443F161633734
Octal31077112010477265436764
Binary1100100011111110010100100010011111110110101100011110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83F4A; }

 p { color: rgb(200,63,74); }

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

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

 a { background-color: rgb(200,63,74); }

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

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

 span { border-color: rgb(200,63,74); }

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