Html Css Color HEX #D75725 Chilean Fire

📋 copy color: '#D75725'

red 215 ◦ green 87 ◦ blue 37

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

Shades of Chilean Fire #D75725

Tints of Chilean Fire #D75725

RGB

 RED value IS 215 (84.38% from 255) = 63.42%

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

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

R = 63.42%
G = 25.66%
B = 10.91%

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

#D75725 (or 0xD75725) is known color: Chilean Fire. HEX triplet: D7, 57 and 25. RGB value is (215,87,37). Sum of RGB (Red+Green+Blue) = 215+87+37=339 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.42% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 37 (14.84% from 255 or 10.91% from 339); Max value from RGB is 215 - color contains mainly: red. Hex color #D75725 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75725 is #28A8DA. Grayscale: #777777. Windows color (decimal): -2664667 or 2447319. OLE color: 2447319.

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

Color convert

RGB 215 87 37 -
CMYK 0 0.60 0.83 0.16
HSL 16.85º 0.71% 0.49% -
HSV(B) 16.85º 0.83% 0.84% -
XYZ 31.77 21.4 4.21 -
YUV 119.57 81.41 196.07 -
System Red Green Blue C M Y K H S L
Decimal 215 87 37 0 0.60 0.83 0.16 16.85 0.71 0.49
Hex D7 57 25 0 3C 53 10 11 47 31
Octal 327 127 45 0 74 123 20 21 107 61
Binary 11010111 1010111 100101 0 111100 1010011 10000 10001 1000111 110001

Color Harmonies of #D75725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75725

Black with #D75725

Text Example


Text Example

White with #D75725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75725; }

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

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

background-color css

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

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

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

border-color css

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

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

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