Html Css Color HEX #D85427 Chilean Fire

📋 copy color: '#D85427'

red 216 ◦ green 84 ◦ blue 39

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

Shades of Chilean Fire #D85427

Tints of Chilean Fire #D85427

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.78%

 BLUE value IS 39 (15.63% from 255) = 11.5%

R = 63.72%
G = 24.78%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D85427 (or 0xD85427) is known color: Chilean Fire. HEX triplet: D8, 54 and 27. RGB value is (216,84,39). Sum of RGB (Red+Green+Blue) = 216+84+39=339 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.72% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 39 (15.62% from 255 or 11.50% from 339); Max value from RGB is 216 - color contains mainly: red. Hex color #D85427 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85427 is #27ABD8. Grayscale: #767676. Windows color (decimal): -2599897 or 2577624. OLE color: 2577624.

HSL color Cylindrical-coordinate representation of color #D85427: hue angle of 15.25º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D85427 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 84 39 -
CMYK 0 0.61 0.82 0.15
HSL 15.25º 0.69% 0.5% -
HSV(B) 15.25º 0.82% 0.85% -
XYZ 31.86 21.09 4.31 -
YUV 118.34 83.23 197.66 -
System Red Green Blue C M Y K H S L
Decimal 216 84 39 0 0.61 0.82 0.15 15.25 0.69 0.5
Hex D8 54 27 0 3D 52 F F 45 32
Octal 330 124 47 0 75 122 17 17 105 62
Binary 11011000 1010100 100111 0 111101 1010010 1111 1111 1000101 110010

Color Harmonies of #D85427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85427

Black with #D85427

Text Example


Text Example

White with #D85427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85427; }

 p { color: rgb(216,84,39); }

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

background-color css

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

 a { background-color: rgb(216,84,39); }

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

border-color css

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

 span { border-color: rgb(216,84,39); }

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