Html Css Color HEX #D56535 Chilean Fire

📋 copy color: '#D56535'

red 213 ◦ green 101 ◦ blue 53

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

Shades of Chilean Fire #D56535

Tints of Chilean Fire #D56535

RGB

 RED value IS 213 (83.59% from 255) = 58.04%

 GREEN value IS 101 (39.84% from 255) = 27.52%

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

R = 58.04%
G = 27.52%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D56535 (or 0xD56535) is known color: Chilean Fire. HEX triplet: D5, 65 and 35. RGB value is (213,101,53). Sum of RGB (Red+Green+Blue) = 213+101+53=367 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.04% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 53 (21.09% from 255 or 14.44% from 367); Max value from RGB is 213 - color contains mainly: red. Hex color #D56535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56535 is #2A9ACA. Grayscale: #818181. Windows color (decimal): -2792139 or 3499477. OLE color: 3499477.

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

Color convert

RGB 213 101 53 -
CMYK 0 0.53 0.75 0.16
HSL 18º 0.66% 0.52% -
HSV(B) 18º 0.75% 0.84% -
XYZ 32.74 23.71 6.22 -
YUV 129.02 85.11 187.9 -
System Red Green Blue C M Y K H S L
Decimal 213 101 53 0 0.53 0.75 0.16 18 0.66 0.52
Hex D5 65 35 0 35 4B 10 12 42 34
Octal 325 145 65 0 65 113 20 22 102 64
Binary 11010101 1100101 110101 0 110101 1001011 10000 10010 1000010 110100

Color Harmonies of #D56535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56535

Black with #D56535

Text Example


Text Example

White with #D56535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56535; }

 p { color: rgb(213,101,53); }

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

background-color css

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

 a { background-color: rgb(213,101,53); }

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

border-color css

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

 span { border-color: rgb(213,101,53); }

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