#D65D3B

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

Shades of Chilean Fire #D65D3B

Tints of Chilean Fire #D65D3B

Color information

#D65D3B (or 0xD65D3B) is unknown color: approx Chilean Fire. HEX triplet: D6, 5D and 3B. RGB value is (214,93,59). Sum of RGB (Red+Green+Blue) = 214+93+59=366 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.47% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 59 (23.44% from 255 or 16.12% from 366); Max value from RGB is 214 - color contains mainly: red. Hex color #D65D3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65D3B is #29A2C4. Grayscale: #7D7D7D. Windows color (decimal): -2728645 or 3890646. OLE color: 3890646.

HSL color Cylindrical-coordinate representation of color #D65D3B: hue angle of 13.16º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D65D3B is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB2149359-
CMYK00.570.720.16
HSL13.16º65.4%53.53%-
HSV(B)13.16º72.43%83.92%-
XYZ32.4422.446.76-
YUV125.390.59191.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 58.47%
GREEN value IS 93 (36.72% from 255) = 25.41%
BLUE value IS 59 (23.44% from 255) = 16.12%
R=58.47%
G=25.41%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214935900.570.720.1613.1665.453.53
HexD65D3B0394810d4136
Octal32613573071110201510166
Binary110101101011101111011011100110010001000011011000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65D3B; }

 p { color: rgb(214,93,59); }

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

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

 a { background-color: rgb(214,93,59); }

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

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

 span { border-color: rgb(214,93,59); }

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