Html Css Color HEX #D75435 Chilean Fire

📋 copy color: '#D75435'

red 215 ◦ green 84 ◦ blue 53

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

Shades of Chilean Fire #D75435

Tints of Chilean Fire #D75435

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.86%

 BLUE value IS 53 (21.09% from 255) = 15.06%

R = 61.08%
G = 23.86%
B = 15.06%

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

#D75435 (or 0xD75435) is known color: Chilean Fire. HEX triplet: D7, 54 and 35. RGB value is (215,84,53). Sum of RGB (Red+Green+Blue) = 215+84+53=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 53 (21.09% from 255 or 15.06% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D75435 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75435 is #28ABCA. Grayscale: #777777. Windows color (decimal): -2665419 or 3495127. OLE color: 3495127.

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

Color convert

RGB 215 84 53 -
CMYK 0 0.61 0.75 0.16
HSL 11.48º 0.67% 0.53% -
HSV(B) 11.48º 0.75% 0.84% -
XYZ 31.84 21.04 5.75 -
YUV 119.64 90.4 196.02 -
System Red Green Blue C M Y K H S L
Decimal 215 84 53 0 0.61 0.75 0.16 11.48 0.67 0.53
Hex D7 54 35 0 3D 4B 10 B 43 35
Octal 327 124 65 0 75 113 20 13 103 65
Binary 11010111 1010100 110101 0 111101 1001011 10000 1011 1000011 110101

Color Harmonies of #D75435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75435

Black with #D75435

Text Example


Text Example

White with #D75435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75435; }

 p { color: rgb(215,84,53); }

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

background-color css

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

 a { background-color: rgb(215,84,53); }

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

border-color css

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

 span { border-color: rgb(215,84,53); }

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