Html Css Color HEX #D75D3B Chilean Fire

📋 copy color: '#D75D3B'

red 215 ◦ green 93 ◦ blue 59

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

Shades of Chilean Fire #D75D3B

Tints of Chilean Fire #D75D3B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.34%

 BLUE value IS 59 (23.44% from 255) = 16.08%

R = 58.58%
G = 25.34%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D75D3B (or 0xD75D3B) is known color: Chilean Fire. HEX triplet: D7, 5D and 3B. RGB value is (215,93,59). Sum of RGB (Red+Green+Blue) = 215+93+59=367 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.58% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 59 (23.44% from 255 or 16.08% from 367); Max value from RGB is 215 - color contains mainly: red. Hex color #D75D3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75D3B is #28A2C4. Grayscale: #7D7D7D. Windows color (decimal): -2663109 or 3890647. OLE color: 3890647.

HSL color Cylindrical-coordinate representation of color #D75D3B: hue angle of 13.08º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D75D3B is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 93 59 -
CMYK 0 0.57 0.73 0.16
HSL 13.08º 0.66% 0.54% -
HSV(B) 13.08º 0.73% 0.84% -
XYZ 32.73 22.59 6.77 -
YUV 125.6 90.42 191.76 -
System Red Green Blue C M Y K H S L
Decimal 215 93 59 0 0.57 0.73 0.16 13.08 0.66 0.54
Hex D7 5D 3B 0 39 49 10 D 42 36
Octal 327 135 73 0 71 111 20 15 102 66
Binary 11010111 1011101 111011 0 111001 1001001 10000 1101 1000010 110110

Color Harmonies of #D75D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75D3B

Black with #D75D3B

Text Example


Text Example

White with #D75D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75D3B; }

 p { color: rgb(215,93,59); }

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

background-color css

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

 a { background-color: rgb(215,93,59); }

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

border-color css

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

 span { border-color: rgb(215,93,59); }

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