#CF2E4A

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

Shades of Brick Red #CF2E4A

Tints of Brick Red #CF2E4A

Color information

#CF2E4A (or 0xCF2E4A) is unknown color: approx Brick Red. HEX triplet: CF, 2E and 4A. RGB value is (207,46,74). Sum of RGB (Red+Green+Blue) = 207+46+74=327 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.30% from 327); Green value is 46 (18.36% from 255 or 14.07% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2E4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2E4A is #30D1B5. Grayscale: #616161. Windows color (decimal): -3199414 or 4861647. OLE color: 4861647.

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

Color convert

RGB2074674-
CMYK00.780.640.19
HSL349.57º63.64%49.61%-
HSV(B)349.57º77.78%81.18%-
XYZ27.9515.718.04-
YUV97.33114.84206.22-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 63.30%
GREEN value IS 46 (18.36% from 255) = 14.07%
BLUE value IS 74 (29.30% from 255) = 22.63%
R=63.30%
G=14.07%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207467400.780.640.19349.5763.6449.61
HexCF2E4A04E401315e4032
Octal3175611201161002353610062
Binary110011111011101001010010011101000000100111010111101000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF2E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF2E4A; }

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

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

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

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

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

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

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

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