#D65B33

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

Shades of Chilean Fire #D65B33

Tints of Chilean Fire #D65B33

Color information

#D65B33 (or 0xD65B33) is unknown color: approx Chilean Fire. HEX triplet: D6, 5B and 33. RGB value is (214,91,51). Sum of RGB (Red+Green+Blue) = 214+91+51=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 91 (35.94% from 255 or 25.56% from 356); Blue value is 51 (20.31% from 255 or 14.33% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D65B33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65B33 is #29A4CC. Grayscale: #7B7B7B. Windows color (decimal): -2729165 or 3365846. OLE color: 3365846.

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

Color convert

RGB2149151-
CMYK00.570.760.16
HSL14.72º66.53%51.96%-
HSV(B)14.72º76.17%83.92%-
XYZ32.0722.025.69-
YUV123.2287.25192.75-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 60.11%
GREEN value IS 91 (35.94% from 255) = 25.56%
BLUE value IS 51 (20.31% from 255) = 14.33%
R=60.11%
G=25.56%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214915100.570.760.1614.7266.5351.96
HexD65B330394C10f4334
Octal32613363071114201710364
Binary110101101011011110011011100110011001000011111000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65B33; }

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

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

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

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

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

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

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

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