#CF284B

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

Shades of Brick Red #CF284B

Tints of Brick Red #CF284B

Color information

#CF284B (or 0xCF284B) is unknown color: approx Brick Red. HEX triplet: CF, 28 and 4B. RGB value is (207,40,75). Sum of RGB (Red+Green+Blue) = 207+40+75=322 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.29% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 207 - color contains mainly: red. Hex color #CF284B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF284B is #30D7B4. Grayscale: #5D5D5D. Windows color (decimal): -3200949 or 4925647. OLE color: 4925647.

HSL color Cylindrical-coordinate representation of color #CF284B: hue angle of 347.43º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF284B is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB2074075-
CMYK00.810.640.19
HSL347.43º67.61%48.43%-
HSV(B)347.43º80.68%81.18%-
XYZ27.7615.298.14-
YUV93.92117.33208.65-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 64.29%
GREEN value IS 40 (16.02% from 255) = 12.42%
BLUE value IS 75 (29.69% from 255) = 23.29%
R=64.29%
G=12.42%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207407500.810.640.19347.4367.6148.43
HexCF284B051401315b4430
Octal3175011301211002353310460
Binary110011111010001001011010100011000000100111010110111000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF284B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF284B; }

 p { color: rgb(207,40,75); }

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

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

 a { background-color: rgb(207,40,75); }

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

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

 span { border-color: rgb(207,40,75); }

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