Html Css Color HEX #D75336 Chilean Fire

📋 copy color: '#D75336'

red 215 ◦ green 83 ◦ blue 54

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

Shades of Chilean Fire #D75336

Tints of Chilean Fire #D75336

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.58%

 BLUE value IS 54 (21.48% from 255) = 15.34%

R = 61.08%
G = 23.58%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D75336 (or 0xD75336) is known color: Chilean Fire. HEX triplet: D7, 53 and 36. RGB value is (215,83,54). Sum of RGB (Red+Green+Blue) = 215+83+54=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 54 (21.48% from 255 or 15.34% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D75336 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75336 is #28ACC9. Grayscale: #777777. Windows color (decimal): -2665674 or 3560407. OLE color: 3560407.

HSL color Cylindrical-coordinate representation of color #D75336: hue angle of 10.81º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D75336 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 83 54 -
CMYK 0 0.61 0.75 0.16
HSL 10.81º 0.67% 0.53% -
HSV(B) 10.81º 0.75% 0.84% -
XYZ 31.78 20.9 5.85 -
YUV 119.16 91.23 196.36 -
System Red Green Blue C M Y K H S L
Decimal 215 83 54 0 0.61 0.75 0.16 10.81 0.67 0.53
Hex D7 53 36 0 3D 4B 10 B 43 35
Octal 327 123 66 0 75 113 20 13 103 65
Binary 11010111 1010011 110110 0 111101 1001011 10000 1011 1000011 110101

Color Harmonies of #D75336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75336

Black with #D75336

Text Example


Text Example

White with #D75336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75336; }

 p { color: rgb(215,83,54); }

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

background-color css

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

 a { background-color: rgb(215,83,54); }

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

border-color css

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

 span { border-color: rgb(215,83,54); }

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