Html Css Color HEX #D84E28 Chilean Fire

📋 copy color: '#D84E28'

red 216 ◦ green 78 ◦ blue 40

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

Shades of Chilean Fire #D84E28

Tints of Chilean Fire #D84E28

RGB

 RED value IS 216 (84.77% from 255) = 64.67%

 GREEN value IS 78 (30.86% from 255) = 23.35%

 BLUE value IS 40 (16.02% from 255) = 11.98%

R = 64.67%
G = 23.35%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D84E28 (or 0xD84E28) is known color: Chilean Fire. HEX triplet: D8, 4E and 28. RGB value is (216,78,40). Sum of RGB (Red+Green+Blue) = 216+78+40=334 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.67% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 40 (16.02% from 255 or 11.98% from 334); Max value from RGB is 216 - color contains mainly: red. Hex color #D84E28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84E28 is #27B1D7. Grayscale: #737373. Windows color (decimal): -2601432 or 2641624. OLE color: 2641624.

HSL color Cylindrical-coordinate representation of color #D84E28: hue angle of 12.95º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D84E28 is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 78 40 -
CMYK 0 0.64 0.81 0.15
HSL 12.95º 0.69% 0.5% -
HSV(B) 12.95º 0.81% 0.85% -
XYZ 31.43 20.2 4.25 -
YUV 114.93 85.72 200.09 -
System Red Green Blue C M Y K H S L
Decimal 216 78 40 0 0.64 0.81 0.15 12.95 0.69 0.5
Hex D8 4E 28 0 40 51 F D 45 32
Octal 330 116 50 0 100 121 17 15 105 62
Binary 11011000 1001110 101000 0 1000000 1010001 1111 1101 1000101 110010

Color Harmonies of #D84E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84E28

Black with #D84E28

Text Example


Text Example

White with #D84E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84E28; }

 p { color: rgb(216,78,40); }

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

background-color css

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

 a { background-color: rgb(216,78,40); }

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

border-color css

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

 span { border-color: rgb(216,78,40); }

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