Html Css Color HEX #D84F23 Chilean Fire

📋 copy color: '#D84F23'

red 216 ◦ green 79 ◦ blue 35

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

Shades of Chilean Fire #D84F23

Tints of Chilean Fire #D84F23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.61%

R = 65.45%
G = 23.94%
B = 10.61%

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

#D84F23 (or 0xD84F23) is known color: Chilean Fire. HEX triplet: D8, 4F and 23. RGB value is (216,79,35). Sum of RGB (Red+Green+Blue) = 216+79+35=330 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.45% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 35 (14.06% from 255 or 10.61% from 330); Max value from RGB is 216 - color contains mainly: red. Hex color #D84F23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84F23 is #27B0DC. Grayscale: #737373. Windows color (decimal): -2601181 or 2314200. OLE color: 2314200.

HSL color Cylindrical-coordinate representation of color #D84F23: hue angle of 14.59º degrees, saturation: 0.72, 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 #D84F23 is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 79 35 -
CMYK 0 0.63 0.84 0.15
HSL 14.59º 0.72% 0.49% -
HSV(B) 14.59º 0.84% 0.85% -
XYZ 31.42 20.31 3.85 -
YUV 114.95 82.89 200.08 -
System Red Green Blue C M Y K H S L
Decimal 216 79 35 0 0.63 0.84 0.15 14.59 0.72 0.49
Hex D8 4F 23 0 3F 54 F F 48 31
Octal 330 117 43 0 77 124 17 17 110 61
Binary 11011000 1001111 100011 0 111111 1010100 1111 1111 1001000 110001

Color Harmonies of #D84F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84F23

Black with #D84F23

Text Example


Text Example

White with #D84F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84F23; }

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

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

background-color css

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

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

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

border-color css

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

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

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