Html Css Color HEX #D85A3A Chilean Fire

📋 copy color: '#D85A3A'

red 216 ◦ green 90 ◦ blue 58

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

Shades of Chilean Fire #D85A3A

Tints of Chilean Fire #D85A3A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.73%

 BLUE value IS 58 (23.05% from 255) = 15.93%

R = 59.34%
G = 24.73%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D85A3A (or 0xD85A3A) is known color: Chilean Fire. HEX triplet: D8, 5A and 3A. RGB value is (216,90,58). Sum of RGB (Red+Green+Blue) = 216+90+58=364 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.34% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 58 (23.05% from 255 or 15.93% from 364); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85A3A is #27A5C5. Grayscale: #7C7C7C. Windows color (decimal): -2598342 or 3824344. OLE color: 3824344.

HSL color Cylindrical-coordinate representation of color #D85A3A: hue angle of 12.15º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D85A3A is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 90 58 -
CMYK 0 0.58 0.73 0.15
HSL 12.15º 0.67% 0.54% -
HSV(B) 12.15º 0.73% 0.85% -
XYZ 32.74 22.22 6.57 -
YUV 124.03 90.74 193.6 -
System Red Green Blue C M Y K H S L
Decimal 216 90 58 0 0.58 0.73 0.15 12.15 0.67 0.54
Hex D8 5A 3A 0 3A 49 F C 43 36
Octal 330 132 72 0 72 111 17 14 103 66
Binary 11011000 1011010 111010 0 111010 1001001 1111 1100 1000011 110110

Color Harmonies of #D85A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85A3A

Black with #D85A3A

Text Example


Text Example

White with #D85A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85A3A; }

 p { color: rgb(216,90,58); }

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

background-color css

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

 a { background-color: rgb(216,90,58); }

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

border-color css

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

 span { border-color: rgb(216,90,58); }

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