Html Css Color HEX #D75F29 Chilean Fire

📋 copy color: '#D75F29'

red 215 ◦ green 95 ◦ blue 41

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

Shades of Chilean Fire #D75F29

Tints of Chilean Fire #D75F29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.68%

R = 61.25%
G = 27.07%
B = 11.68%

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

#D75F29 (or 0xD75F29) is known color: Chilean Fire. HEX triplet: D7, 5F and 29. RGB value is (215,95,41). Sum of RGB (Red+Green+Blue) = 215+95+41=351 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.25% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 41 (16.41% from 255 or 11.68% from 351); Max value from RGB is 215 - color contains mainly: red. Hex color #D75F29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75F29 is #28A0D6. Grayscale: #7D7D7D. Windows color (decimal): -2662615 or 2711511. OLE color: 2711511.

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

Color convert

RGB 215 95 41 -
CMYK 0 0.56 0.81 0.16
HSL 18.62º 0.69% 0.5% -
HSV(B) 18.62º 0.81% 0.84% -
XYZ 32.52 22.79 4.78 -
YUV 124.72 80.76 192.39 -
System Red Green Blue C M Y K H S L
Decimal 215 95 41 0 0.56 0.81 0.16 18.62 0.69 0.5
Hex D7 5F 29 0 38 51 10 13 45 32
Octal 327 137 51 0 70 121 20 23 105 62
Binary 11010111 1011111 101001 0 111000 1010001 10000 10011 1000101 110010

Color Harmonies of #D75F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75F29

Black with #D75F29

Text Example


Text Example

White with #D75F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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