Html Css Color HEX #D75F28 Chilean Fire

📋 copy color: '#D75F28'

red 215 ◦ green 95 ◦ blue 40

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

Shades of Chilean Fire #D75F28

Tints of Chilean Fire #D75F28

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.14%

 BLUE value IS 40 (16.02% from 255) = 11.43%

R = 61.43%
G = 27.14%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D75F28 (or 0xD75F28) is known color: Chilean Fire. HEX triplet: D7, 5F and 28. RGB value is (215,95,40). Sum of RGB (Red+Green+Blue) = 215+95+40=350 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.43% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 40 (16.02% from 255 or 11.43% from 350); Max value from RGB is 215 - color contains mainly: red. Hex color #D75F28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75F28 is #28A0D7. Grayscale: #7C7C7C. Windows color (decimal): -2662616 or 2645975. OLE color: 2645975.

HSL color Cylindrical-coordinate representation of color #D75F28: hue angle of 18.86º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D75F28 is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 95 40 -
CMYK 0 0.56 0.81 0.16
HSL 18.86º 0.69% 0.5% -
HSV(B) 18.86º 0.81% 0.84% -
XYZ 32.5 22.78 4.69 -
YUV 124.61 80.26 192.47 -
System Red Green Blue C M Y K H S L
Decimal 215 95 40 0 0.56 0.81 0.16 18.86 0.69 0.5
Hex D7 5F 28 0 38 51 10 13 45 32
Octal 327 137 50 0 70 121 20 23 105 62
Binary 11010111 1011111 101000 0 111000 1010001 10000 10011 1000101 110010

Color Harmonies of #D75F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75F28

Black with #D75F28

Text Example


Text Example

White with #D75F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75F28; }

 p { color: rgb(215,95,40); }

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

background-color css

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

 a { background-color: rgb(215,95,40); }

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

border-color css

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

 span { border-color: rgb(215,95,40); }

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