#CF394D

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

Shades of Brick Red #CF394D

Tints of Brick Red #CF394D

Color information

#CF394D (or 0xCF394D) is unknown color: approx Brick Red. HEX triplet: CF, 39 and 4D. RGB value is (207,57,77). Sum of RGB (Red+Green+Blue) = 207+57+77=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF394D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF394D is #30C6B2. Grayscale: #686868. Windows color (decimal): -3196595 or 5061071. OLE color: 5061071.

HSL color Cylindrical-coordinate representation of color #CF394D: hue angle of 352º 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 #CF394D is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB2075777-
CMYK00.720.630.19
HSL352º60.98%51.76%-
HSV(B)352º72.46%81.18%-
XYZ28.5316.738.75-
YUV104.13112.7201.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 60.70%
GREEN value IS 57 (22.66% from 255) = 16.72%
BLUE value IS 77 (30.47% from 255) = 22.58%
R=60.70%
G=16.72%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.63
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207577700.720.630.1935260.9851.76
HexCF394D0483F131603d34
Octal31771115011077235407564
Binary1100111111100110011010100100011111110011101100000111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF394D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF394D; }

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

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

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

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

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

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

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

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