#CF3B47

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

Shades of Brick Red #CF3B47

Tints of Brick Red #CF3B47

Color information

#CF3B47 (or 0xCF3B47) is unknown color: approx Brick Red. HEX triplet: CF, 3B and 47. RGB value is (207,59,71). Sum of RGB (Red+Green+Blue) = 207+59+71=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 71 (28.12% from 255 or 21.07% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3B47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3B47 is #30C4B8. Grayscale: #686868. Windows color (decimal): -3196089 or 4668367. OLE color: 4668367.

HSL color Cylindrical-coordinate representation of color #CF3B47: hue angle of 355.14º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF3B47 is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB2075971-
CMYK00.710.660.19
HSL355.14º60.66%52.16%-
HSV(B)355.14º71.5%81.18%-
XYZ28.4316.857.71-
YUV104.62109.03201.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 61.42%
GREEN value IS 59 (23.44% from 255) = 17.51%
BLUE value IS 71 (28.12% from 255) = 21.07%
R=61.42%
G=17.51%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207597100.710.660.19355.1460.6652.16
HexCF3B4704742131633d34
Octal317731070107102235437564
Binary11001111111011100011101000111100001010011101100011111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3B47; }

 p { color: rgb(207,59,71); }

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

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

 a { background-color: rgb(207,59,71); }

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

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

 span { border-color: rgb(207,59,71); }

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