#CF2745

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

Shades of Brick Red #CF2745

Tints of Brick Red #CF2745

Color information

#CF2745 (or 0xCF2745) is unknown color: approx Brick Red. HEX triplet: CF, 27 and 45. RGB value is (207,39,69). Sum of RGB (Red+Green+Blue) = 207+39+69=315 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.71% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2745 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2745 is #30D8BA. Grayscale: #5C5C5C. Windows color (decimal): -3201211 or 4532175. OLE color: 4532175.

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

Color convert

RGB2073969-
CMYK00.810.670.19
HSL349.29º68.29%48.24%-
HSV(B)349.29º81.16%81.18%-
XYZ27.5315.157.1-
YUV92.65114.66209.56-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 65.71%
GREEN value IS 39 (15.62% from 255) = 12.38%
BLUE value IS 69 (27.34% from 255) = 21.90%
R=65.71%
G=12.38%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.67
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207396900.810.670.19349.2968.2948.24
HexCF2745051431315d4430
Octal3174710501211032353510460
Binary110011111001111000101010100011000011100111010111011000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF2745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF2745; }

 p { color: rgb(207,39,69); }

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

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

 a { background-color: rgb(207,39,69); }

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

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

 span { border-color: rgb(207,39,69); }

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