#D65121

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

Shades of Chilean Fire #D65121

Tints of Chilean Fire #D65121

Color information

#D65121 (or 0xD65121) is unknown color: approx Chilean Fire. HEX triplet: D6, 51 and 21. RGB value is (214,81,33). Sum of RGB (Red+Green+Blue) = 214+81+33=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 81 (32.03% from 255 or 24.70% from 328); Blue value is 33 (13.28% from 255 or 10.06% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D65121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65121 is #29AEDE. Grayscale: #737373. Windows color (decimal): -2731743 or 2183638. OLE color: 2183638.

HSL color Cylindrical-coordinate representation of color #D65121: hue angle of 15.91º 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 #D65121 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB2148133-
CMYK00.620.850.16
HSL15.91º73.28%48.43%-
HSV(B)15.91º84.58%83.92%-
XYZ30.9520.293.72-
YUV115.2981.56198.4-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 65.24%
GREEN value IS 81 (32.03% from 255) = 24.70%
BLUE value IS 33 (13.28% from 255) = 10.06%
R=65.24%
G=24.70%
B=10.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.85
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214813300.620.850.1615.9173.2848.43
HexD6512103E5510104930
Octal32612141076125202011160
Binary1101011010100011000010111110101010110000100001001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65121; }

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

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

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

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

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

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

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

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