Html Css Color HEX #D56027 Chilean Fire

📋 copy color: '#D56027'

red 213 ◦ green 96 ◦ blue 39

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

Shades of Chilean Fire #D56027

Tints of Chilean Fire #D56027

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.59%

 BLUE value IS 39 (15.63% from 255) = 11.21%

R = 61.21%
G = 27.59%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D56027 (or 0xD56027) is known color: Chilean Fire. HEX triplet: D5, 60 and 27. RGB value is (213,96,39). Sum of RGB (Red+Green+Blue) = 213+96+39=348 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.21% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 39 (15.62% from 255 or 11.21% from 348); Max value from RGB is 213 - color contains mainly: red. Hex color #D56027 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56027 is #2A9FD8. Grayscale: #7C7C7C. Windows color (decimal): -2793433 or 2580693. OLE color: 2580693.

HSL color Cylindrical-coordinate representation of color #D56027: hue angle of 19.66º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D56027 is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 96 39 -
CMYK 0 0.55 0.82 0.16
HSL 19.66º 0.69% 0.49% -
HSV(B) 19.66º 0.82% 0.84% -
XYZ 31.99 22.66 4.61 -
YUV 124.49 79.76 191.13 -
System Red Green Blue C M Y K H S L
Decimal 213 96 39 0 0.55 0.82 0.16 19.66 0.69 0.49
Hex D5 60 27 0 37 52 10 14 45 31
Octal 325 140 47 0 67 122 20 24 105 61
Binary 11010101 1100000 100111 0 110111 1010010 10000 10100 1000101 110001

Color Harmonies of #D56027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56027

Black with #D56027

Text Example


Text Example

White with #D56027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56027; }

 p { color: rgb(213,96,39); }

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

background-color css

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

 a { background-color: rgb(213,96,39); }

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

border-color css

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

 span { border-color: rgb(213,96,39); }

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