#D64F21

Color #D64F21 Chilean Fire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chilean Fire #D64F21

Tints of Chilean Fire #D64F21

Color information

#D64F21 (or 0xD64F21) is unknown color: approx Chilean Fire. HEX triplet: D6, 4F and 21. RGB value is (214,79,33). Sum of RGB (Red+Green+Blue) = 214+79+33=326 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.64% from 326); Green value is 79 (31.25% from 255 or 24.23% from 326); Blue value is 33 (13.28% from 255 or 10.12% from 326); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D64F21 is #29B0DE. Grayscale: #727272. Windows color (decimal): -2732255 or 2183126. OLE color: 2183126.

HSL color Cylindrical-coordinate representation of color #D64F21: hue angle of 15.25º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D64F21 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB2147933-
CMYK00.630.850.16
HSL15.25º73.28%48.43%-
HSV(B)15.25º84.58%83.92%-
XYZ30.8203.68-
YUV114.1282.23199.24-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 65.64%
GREEN value IS 79 (31.25% from 255) = 24.23%
BLUE value IS 33 (13.28% from 255) = 10.12%
R=65.64%
G=24.23%
B=10.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.85
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214793300.630.850.1615.2573.2848.43
HexD64F2103F5510f4930
Octal32611741077125201711160
Binary110101101001111100001011111110101011000011111001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64F21; }

 p { color: rgb(214,79,33); }

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

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

 a { background-color: rgb(214,79,33); }

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

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

 span { border-color: rgb(214,79,33); }

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