Html Css Color HEX #D85D30 Chilean Fire

📋 copy color: '#D85D30'

red 216 ◦ green 93 ◦ blue 48

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

Shades of Chilean Fire #D85D30

Tints of Chilean Fire #D85D30

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.05%

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

R = 60.5%
G = 26.05%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D85D30 (or 0xD85D30) is known color: Chilean Fire. HEX triplet: D8, 5D and 30. RGB value is (216,93,48). Sum of RGB (Red+Green+Blue) = 216+93+48=357 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.50% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 48 (19.14% from 255 or 13.45% from 357); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85D30 is #27A2CF. Grayscale: #7C7C7C. Windows color (decimal): -2597584 or 3169752. OLE color: 3169752.

HSL color Cylindrical-coordinate representation of color #D85D30: hue angle of 16.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 #D85D30 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 93 48 -
CMYK 0 0.57 0.78 0.15
HSL 16.07º 0.68% 0.52% -
HSV(B) 16.07º 0.78% 0.85% -
XYZ 32.77 22.64 5.44 -
YUV 124.65 84.75 193.16 -
System Red Green Blue C M Y K H S L
Decimal 216 93 48 0 0.57 0.78 0.15 16.07 0.68 0.52
Hex D8 5D 30 0 39 4E F 10 44 34
Octal 330 135 60 0 71 116 17 20 104 64
Binary 11011000 1011101 110000 0 111001 1001110 1111 10000 1000100 110100

Color Harmonies of #D85D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85D30

Black with #D85D30

Text Example


Text Example

White with #D85D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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