#CF344A

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

Shades of Brick Red #CF344A

Tints of Brick Red #CF344A

Color information

#CF344A (or 0xCF344A) is unknown color: approx Brick Red. HEX triplet: CF, 34 and 4A. RGB value is (207,52,74). Sum of RGB (Red+Green+Blue) = 207+52+74=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF344A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF344A is #30CBB5. Grayscale: #646464. Windows color (decimal): -3197878 or 4863183. OLE color: 4863183.

HSL color Cylindrical-coordinate representation of color #CF344A: hue angle of 351.48º 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 #CF344A is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB2075274-
CMYK00.750.640.19
HSL351.48º61.75%50.78%-
HSV(B)351.48º74.88%81.18%-
XYZ28.216.228.12-
YUV100.85112.85203.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 62.16%
GREEN value IS 52 (20.70% from 255) = 15.62%
BLUE value IS 74 (29.30% from 255) = 22.22%
R=62.16%
G=15.62%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207527400.750.640.19351.4861.7550.78
HexCF344A04B401315f3e33
Octal317641120113100235377663
Binary11001111110100100101001001011100000010011101011111111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF344A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF344A; }

 p { color: rgb(207,52,74); }

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

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

 a { background-color: rgb(207,52,74); }

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

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

 span { border-color: rgb(207,52,74); }

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