#D65533

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

Shades of Chilean Fire #D65533

Tints of Chilean Fire #D65533

Color information

#D65533 (or 0xD65533) is unknown color: approx Chilean Fire. HEX triplet: D6, 55 and 33. RGB value is (214,85,51). Sum of RGB (Red+Green+Blue) = 214+85+51=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 51 (20.31% from 255 or 14.57% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D65533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65533 is #29AACC. Grayscale: #777777. Windows color (decimal): -2730701 or 3364310. OLE color: 3364310.

HSL color Cylindrical-coordinate representation of color #D65533: hue angle of 12.52º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D65533 is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB2148551-
CMYK00.600.760.16
HSL12.52º66.53%51.96%-
HSV(B)12.52º76.17%83.92%-
XYZ31.5821.035.53-
YUV119.789.24195.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 61.14%
GREEN value IS 85 (33.59% from 255) = 24.29%
BLUE value IS 51 (20.31% from 255) = 14.57%
R=61.14%
G=24.29%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214855100.600.760.1612.5266.5351.96
HexD6553303C4C10d4334
Octal32612563074114201510364
Binary110101101010101110011011110010011001000011011000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65533; }

 p { color: rgb(214,85,51); }

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

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

 a { background-color: rgb(214,85,51); }

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

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

 span { border-color: rgb(214,85,51); }

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