#CF3141

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

Shades of Brick Red #CF3141

Tints of Brick Red #CF3141

Color information

#CF3141 (or 0xCF3141) is unknown color: approx Brick Red. HEX triplet: CF, 31 and 41. RGB value is (207,49,65). Sum of RGB (Red+Green+Blue) = 207+49+65=321 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.49% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3141 is #30CEBE. Grayscale: #626262. Windows color (decimal): -3198655 or 4272591. OLE color: 4272591.

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

Color convert

RGB2074965-
CMYK00.760.690.19
HSL353.92º62.2%50.2%-
HSV(B)353.92º76.33%81.18%-
XYZ27.7815.846.59-
YUV98.07109.35205.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 64.49%
GREEN value IS 49 (19.53% from 255) = 15.26%
BLUE value IS 65 (25.78% from 255) = 20.25%
R=64.49%
G=15.26%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207496500.760.690.19353.9262.250.2
HexCF314104C45131623e32
Octal317611010114105235427662
Binary11001111110001100000101001100100010110011101100010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3141; }

 p { color: rgb(207,49,65); }

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

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

 a { background-color: rgb(207,49,65); }

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

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

 span { border-color: rgb(207,49,65); }

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