Html Css Color HEX #D85330 Chilean Fire

📋 copy color: '#D85330'

red 216 ◦ green 83 ◦ blue 48

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

Shades of Chilean Fire #D85330

Tints of Chilean Fire #D85330

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.92%

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

R = 62.25%
G = 23.92%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D85330 (or 0xD85330) is known color: Chilean Fire. HEX triplet: D8, 53 and 30. RGB value is (216,83,48). Sum of RGB (Red+Green+Blue) = 216+83+48=347 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.25% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 48 (19.14% from 255 or 13.83% from 347); Max value from RGB is 216 - color contains mainly: red. Hex color #D85330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85330 is #27ACCF. Grayscale: #777777. Windows color (decimal): -2600144 or 3167192. OLE color: 3167192.

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

Color convert

RGB 216 83 48 -
CMYK 0 0.62 0.78 0.15
HSL 12.5º 0.68% 0.52% -
HSV(B) 12.5º 0.78% 0.85% -
XYZ 31.95 21 5.17 -
YUV 118.78 88.06 197.35 -
System Red Green Blue C M Y K H S L
Decimal 216 83 48 0 0.62 0.78 0.15 12.5 0.68 0.52
Hex D8 53 30 0 3E 4E F C 44 34
Octal 330 123 60 0 76 116 17 14 104 64
Binary 11011000 1010011 110000 0 111110 1001110 1111 1100 1000100 110100

Color Harmonies of #D85330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85330

Black with #D85330

Text Example


Text Example

White with #D85330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85330; }

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

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

background-color css

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

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

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

border-color css

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

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

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