Html Css Color HEX #D84F30 Chilean Fire

📋 copy color: '#D84F30'

red 216 ◦ green 79 ◦ blue 48

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

Shades of Chilean Fire #D84F30

Tints of Chilean Fire #D84F30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.99%

R = 62.97%
G = 23.03%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D84F30 (or 0xD84F30) is known color: Chilean Fire. HEX triplet: D8, 4F and 30. RGB value is (216,79,48). Sum of RGB (Red+Green+Blue) = 216+79+48=343 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.97% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 48 (19.14% from 255 or 13.99% from 343); Max value from RGB is 216 - color contains mainly: red. Hex color #D84F30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84F30 is #27B0CF. Grayscale: #747474. Windows color (decimal): -2601168 or 3166168. OLE color: 3166168.

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

Color convert

RGB 216 79 48 -
CMYK 0 0.63 0.78 0.15
HSL 11.07º 0.68% 0.52% -
HSV(B) 11.07º 0.78% 0.85% -
XYZ 31.65 20.4 5.07 -
YUV 116.43 89.39 199.02 -
System Red Green Blue C M Y K H S L
Decimal 216 79 48 0 0.63 0.78 0.15 11.07 0.68 0.52
Hex D8 4F 30 0 3F 4E F B 44 34
Octal 330 117 60 0 77 116 17 13 104 64
Binary 11011000 1001111 110000 0 111111 1001110 1111 1011 1000100 110100

Color Harmonies of #D84F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84F30

Black with #D84F30

Text Example


Text Example

White with #D84F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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