#CF3346

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

Shades of Brick Red #CF3346

Tints of Brick Red #CF3346

Color information

#CF3346 (or 0xCF3346) is unknown color: approx Brick Red. HEX triplet: CF, 33 and 46. RGB value is (207,51,70). Sum of RGB (Red+Green+Blue) = 207+51+70=328 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.11% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3346 is #30CCB9. Grayscale: #636363. Windows color (decimal): -3198138 or 4600783. OLE color: 4600783.

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

Color convert

RGB2075170-
CMYK00.750.660.19
HSL352.69º61.9%50.59%-
HSV(B)352.69º75.36%81.18%-
XYZ28.0216.087.42-
YUV99.81111.18204.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 63.11%
GREEN value IS 51 (20.31% from 255) = 15.55%
BLUE value IS 70 (27.73% from 255) = 21.34%
R=63.11%
G=15.55%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207517000.750.660.19352.6961.950.59
HexCF334604B42131613e33
Octal317631060113102235417663
Binary11001111110011100011001001011100001010011101100001111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3346; }

 p { color: rgb(207,51,70); }

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

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

 a { background-color: rgb(207,51,70); }

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

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

 span { border-color: rgb(207,51,70); }

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