#cf2349

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

Shades of Brick Red #CF2349

Tints of Brick Red #CF2349

Color information

#CF2349 (or 0xCF2349) is unknown color: approx Brick Red. HEX triplet: CF, 23 and 49. RGB value is (207,35,73). Sum of RGB (Red+Green+Blue) = 207+35+73=315 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.71% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2349 is #30DCB6. Grayscale: #5A5A5A. Windows color (decimal): -3202231 or 4793295. OLE color: 4793295.

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

Color convert

RGB2073573-
CMYK00.830.650.19
HSL346.74º71.07%47.45%-
HSV(B)346.74º83.09%81.18%-
XYZ27.5414.957.74-
YUV90.76117.98210.91-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 65.71%
GREEN value IS 35 (14.06% from 255) = 11.11%
BLUE value IS 73 (28.91% from 255) = 23.17%
R=65.71%
G=11.11%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207357300.830.650.19346.7471.0747.45
HexCF2349053411315b472f
Octal3174311101231012353310757
Binary110011111000111001001010100111000001100111010110111000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf2349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf2349; }

 p { color: rgb(207,35,73); }

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

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

 a { background-color: rgb(207,35,73); }

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

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

 span { border-color: rgb(207,35,73); }

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