#CF394A

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

Shades of Brick Red #CF394A

Tints of Brick Red #CF394A

Color information

#CF394A (or 0xCF394A) is unknown color: approx Brick Red. HEX triplet: CF, 39 and 4A. RGB value is (207,57,74). Sum of RGB (Red+Green+Blue) = 207+57+74=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF394A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF394A is #30C6B5. Grayscale: #676767. Windows color (decimal): -3196598 or 4864463. OLE color: 4864463.

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

Color convert

RGB2075774-
CMYK00.720.640.19
HSL353.2º60.98%51.76%-
HSV(B)353.2º72.46%81.18%-
XYZ28.4316.698.2-
YUV103.79111.2201.62-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 61.24%
GREEN value IS 57 (22.66% from 255) = 16.86%
BLUE value IS 74 (29.30% from 255) = 21.89%
R=61.24%
G=16.86%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207577400.720.640.19353.260.9851.76
HexCF394A04840131613d34
Octal317711120110100235417564
Binary11001111111001100101001001000100000010011101100001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF394A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF394A; }

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

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

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

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

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

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

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

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