Html Css Color HEX #D65722 Chilean Fire

📋 copy color: '#D65722'

red 214 ◦ green 87 ◦ blue 34

#D65722
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chilean Fire #D65722

Tints of Chilean Fire #D65722

RGB

 RED value IS 214 (83.98% from 255) = 63.88%

 GREEN value IS 87 (34.38% from 255) = 25.97%

 BLUE value IS 34 (13.67% from 255) = 10.15%

R = 63.88%
G = 25.97%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D65722 (or 0xD65722) is known color: Chilean Fire. HEX triplet: D6, 57 and 22. RGB value is (214,87,34). Sum of RGB (Red+Green+Blue) = 214+87+34=335 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.88% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 34 (13.67% from 255 or 10.15% from 335); Max value from RGB is 214 - color contains mainly: red. Hex color #D65722 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65722 is #29A8DD. Grayscale: #777777. Windows color (decimal): -2730206 or 2250710. OLE color: 2250710.

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

Color convert

RGB 214 87 34 -
CMYK 0 0.59 0.84 0.16
HSL 17.67º 0.73% 0.49% -
HSV(B) 17.67º 0.84% 0.84% -
XYZ 31.43 21.23 3.95 -
YUV 118.93 80.08 195.81 -
System Red Green Blue C M Y K H S L
Decimal 214 87 34 0 0.59 0.84 0.16 17.67 0.73 0.49
Hex D6 57 22 0 3B 54 10 12 49 31
Octal 326 127 42 0 73 124 20 22 111 61
Binary 11010110 1010111 100010 0 111011 1010100 10000 10010 1001001 110001

Color Harmonies of #D65722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65722

Black with #D65722

Text Example


Text Example

White with #D65722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65722; }

 p { color: rgb(214,87,34); }

 H1.HeaderClassName
 {
   color: #D65722;
 }
 .AnyTagClassName
 {
   color: #D65722;
 }
</style>

background-color css

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

 a { background-color: rgb(214,87,34); }

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

border-color css

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

 span { border-color: rgb(214,87,34); }

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