Html Css Color HEX #D84E1F Chilean Fire

📋 copy color: '#D84E1F'

red 216 ◦ green 78 ◦ blue 31

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

Shades of Chilean Fire #D84E1F

Tints of Chilean Fire #D84E1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.54%

R = 66.46%
G = 24%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D84E1F (or 0xD84E1F) is known color: Chilean Fire. HEX triplet: D8, 4E and 1F. RGB value is (216,78,31). Sum of RGB (Red+Green+Blue) = 216+78+31=325 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.46% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 31 (12.5% from 255 or 9.54% from 325); Max value from RGB is 216 - color contains mainly: red. Hex color #D84E1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84E1F is #27B1E0. Grayscale: #727272. Windows color (decimal): -2601441 or 2051800. OLE color: 2051800.

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

Color convert

RGB 216 78 31 -
CMYK 0 0.64 0.86 0.15
HSL 15.24º 0.75% 0.48% -
HSV(B) 15.24º 0.86% 0.85% -
XYZ 31.29 20.15 3.54 -
YUV 113.9 81.22 200.82 -
System Red Green Blue C M Y K H S L
Decimal 216 78 31 0 0.64 0.86 0.15 15.24 0.75 0.48
Hex D8 4E 1F 0 40 56 F F 4B 30
Octal 330 116 37 0 100 126 17 17 113 60
Binary 11011000 1001110 11111 0 1000000 1010110 1111 1111 1001011 110000

Color Harmonies of #D84E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84E1F

Black with #D84E1F

Text Example


Text Example

White with #D84E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84E1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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