Html Css Color HEX #D84F22 Chilean Fire

📋 copy color: '#D84F22'

red 216 ◦ green 79 ◦ blue 34

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

Shades of Chilean Fire #D84F22

Tints of Chilean Fire #D84F22

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.01%

 BLUE value IS 34 (13.67% from 255) = 10.33%

R = 65.65%
G = 24.01%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D84F22 (or 0xD84F22) is known color: Chilean Fire. HEX triplet: D8, 4F and 22. RGB value is (216,79,34). Sum of RGB (Red+Green+Blue) = 216+79+34=329 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.65% from 329); Green value is 79 (31.25% from 255 or 24.01% from 329); Blue value is 34 (13.67% from 255 or 10.33% from 329); Max value from RGB is 216 - color contains mainly: red. Hex color #D84F22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84F22 is #27B0DD. Grayscale: #737373. Windows color (decimal): -2601182 or 2248664. OLE color: 2248664.

HSL color Cylindrical-coordinate representation of color #D84F22: hue angle of 14.84º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D84F22 is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 79 34 -
CMYK 0 0.63 0.84 0.15
HSL 14.84º 0.73% 0.49% -
HSV(B) 14.84º 0.84% 0.85% -
XYZ 31.4 20.31 3.78 -
YUV 114.83 82.39 200.16 -
System Red Green Blue C M Y K H S L
Decimal 216 79 34 0 0.63 0.84 0.15 14.84 0.73 0.49
Hex D8 4F 22 0 3F 54 F F 49 31
Octal 330 117 42 0 77 124 17 17 111 61
Binary 11011000 1001111 100010 0 111111 1010100 1111 1111 1001001 110001

Color Harmonies of #D84F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84F22

Black with #D84F22

Text Example


Text Example

White with #D84F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84F22; }

 p { color: rgb(216,79,34); }

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

background-color css

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

 a { background-color: rgb(216,79,34); }

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

border-color css

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

 span { border-color: rgb(216,79,34); }

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