Html Css Color HEX #D85B30 Chilean Fire

📋 copy color: '#D85B30'

red 216 ◦ green 91 ◦ blue 48

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

Shades of Chilean Fire #D85B30

Tints of Chilean Fire #D85B30

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.63%

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

R = 60.85%
G = 25.63%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D85B30 (or 0xD85B30) is known color: Chilean Fire. HEX triplet: D8, 5B and 30. RGB value is (216,91,48). Sum of RGB (Red+Green+Blue) = 216+91+48=355 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.85% from 355); Green value is 91 (35.94% from 255 or 25.63% from 355); Blue value is 48 (19.14% from 255 or 13.52% from 355); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85B30 is #27A4CF. Grayscale: #7B7B7B. Windows color (decimal): -2598096 or 3169240. OLE color: 3169240.

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

Color convert

RGB 216 91 48 -
CMYK 0 0.58 0.78 0.15
HSL 15.36º 0.68% 0.52% -
HSV(B) 15.36º 0.78% 0.85% -
XYZ 32.59 22.29 5.38 -
YUV 123.47 85.41 194 -
System Red Green Blue C M Y K H S L
Decimal 216 91 48 0 0.58 0.78 0.15 15.36 0.68 0.52
Hex D8 5B 30 0 3A 4E F F 44 34
Octal 330 133 60 0 72 116 17 17 104 64
Binary 11011000 1011011 110000 0 111010 1001110 1111 1111 1000100 110100

Color Harmonies of #D85B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85B30

Black with #D85B30

Text Example


Text Example

White with #D85B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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