Html Css Color HEX #D65625 Chilean Fire

📋 copy color: '#D65625'

red 214 ◦ green 86 ◦ blue 37

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

Shades of Chilean Fire #D65625

Tints of Chilean Fire #D65625

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.52%

 BLUE value IS 37 (14.84% from 255) = 10.98%

R = 63.5%
G = 25.52%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D65625 (or 0xD65625) is known color: Chilean Fire. HEX triplet: D6, 56 and 25. RGB value is (214,86,37). Sum of RGB (Red+Green+Blue) = 214+86+37=337 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.50% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 37 (14.84% from 255 or 10.98% from 337); Max value from RGB is 214 - color contains mainly: red. Hex color #D65625 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65625 is #29A9DA. Grayscale: #777777. Windows color (decimal): -2730459 or 2447062. OLE color: 2447062.

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

Color convert

RGB 214 86 37 -
CMYK 0 0.60 0.83 0.16
HSL 16.61º 0.71% 0.49% -
HSV(B) 16.61º 0.83% 0.84% -
XYZ 31.39 21.09 4.17 -
YUV 118.69 81.91 195.98 -
System Red Green Blue C M Y K H S L
Decimal 214 86 37 0 0.60 0.83 0.16 16.61 0.71 0.49
Hex D6 56 25 0 3C 53 10 11 47 31
Octal 326 126 45 0 74 123 20 21 107 61
Binary 11010110 1010110 100101 0 111100 1010011 10000 10001 1000111 110001

Color Harmonies of #D65625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65625

Black with #D65625

Text Example


Text Example

White with #D65625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65625; }

 p { color: rgb(214,86,37); }

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

background-color css

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

 a { background-color: rgb(214,86,37); }

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

border-color css

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

 span { border-color: rgb(214,86,37); }

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