Html Css Color HEX #D65725 Chilean Fire

📋 copy color: '#D65725'

red 214 ◦ green 87 ◦ blue 37

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

Shades of Chilean Fire #D65725

Tints of Chilean Fire #D65725

RGB

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

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

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

R = 63.31%
G = 25.74%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D65725 (or 0xD65725) is known color: Chilean Fire. HEX triplet: D6, 57 and 25. RGB value is (214,87,37). Sum of RGB (Red+Green+Blue) = 214+87+37=338 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.31% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 37 (14.84% from 255 or 10.95% from 338); Max value from RGB is 214 - color contains mainly: red. Hex color #D65725 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65725 is #29A8DA. Grayscale: #777777. Windows color (decimal): -2730203 or 2447318. OLE color: 2447318.

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

Color convert

RGB 214 87 37 -
CMYK 0 0.59 0.83 0.16
HSL 16.95º 0.71% 0.49% -
HSV(B) 16.95º 0.83% 0.84% -
XYZ 31.47 21.25 4.19 -
YUV 119.27 81.58 195.57 -
System Red Green Blue C M Y K H S L
Decimal 214 87 37 0 0.59 0.83 0.16 16.95 0.71 0.49
Hex D6 57 25 0 3B 53 10 11 47 31
Octal 326 127 45 0 73 123 20 21 107 61
Binary 11010110 1010111 100101 0 111011 1010011 10000 10001 1000111 110001

Color Harmonies of #D65725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65725

Black with #D65725

Text Example


Text Example

White with #D65725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65725; }

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

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

background-color css

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

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

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

border-color css

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

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

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