Html Css Color HEX #D75A29 Chilean Fire

📋 copy color: '#D75A29'

red 215 ◦ green 90 ◦ blue 41

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

Shades of Chilean Fire #D75A29

Tints of Chilean Fire #D75A29

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.01%

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

R = 62.14%
G = 26.01%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D75A29 (or 0xD75A29) is known color: Chilean Fire. HEX triplet: D7, 5A and 29. RGB value is (215,90,41). Sum of RGB (Red+Green+Blue) = 215+90+41=346 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.14% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 41 (16.41% from 255 or 11.85% from 346); Max value from RGB is 215 - color contains mainly: red. Hex color #D75A29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75A29 is #28A5D6. Grayscale: #7A7A7A. Windows color (decimal): -2663895 or 2710231. OLE color: 2710231.

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

Color convert

RGB 215 90 41 -
CMYK 0 0.58 0.81 0.16
HSL 16.9º 0.69% 0.5% -
HSV(B) 16.9º 0.81% 0.84% -
XYZ 32.08 21.92 4.64 -
YUV 121.79 82.41 194.48 -
System Red Green Blue C M Y K H S L
Decimal 215 90 41 0 0.58 0.81 0.16 16.9 0.69 0.5
Hex D7 5A 29 0 3A 51 10 11 45 32
Octal 327 132 51 0 72 121 20 21 105 62
Binary 11010111 1011010 101001 0 111010 1010001 10000 10001 1000101 110010

Color Harmonies of #D75A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75A29

Black with #D75A29

Text Example


Text Example

White with #D75A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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