Html Css Color HEX #D8552F Chilean Fire

📋 copy color: '#D8552F'

red 216 ◦ green 85 ◦ blue 47

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

Shades of Chilean Fire #D8552F

Tints of Chilean Fire #D8552F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.43%

 BLUE value IS 47 (18.75% from 255) = 13.51%

R = 62.07%
G = 24.43%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D8552F (or 0xD8552F) is known color: Chilean Fire. HEX triplet: D8, 55 and 2F. RGB value is (216,85,47). Sum of RGB (Red+Green+Blue) = 216+85+47=348 (46% of max value = 765). Red value is 216 (84.77% from 255 or 62.07% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 47 (18.75% from 255 or 13.51% from 348); Max value from RGB is 216 - color contains mainly: red. Hex color #D8552F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8552F is #27AAD0. Grayscale: #787878. Windows color (decimal): -2599633 or 3102168. OLE color: 3102168.

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

Color convert

RGB 216 85 47 -
CMYK 0 0.61 0.78 0.15
HSL 13.49º 0.68% 0.52% -
HSV(B) 13.49º 0.78% 0.85% -
XYZ 32.08 21.3 5.11 -
YUV 119.84 86.9 196.59 -
System Red Green Blue C M Y K H S L
Decimal 216 85 47 0 0.61 0.78 0.15 13.49 0.68 0.52
Hex D8 55 2F 0 3D 4E F D 44 34
Octal 330 125 57 0 75 116 17 15 104 64
Binary 11011000 1010101 101111 0 111101 1001110 1111 1101 1000100 110100

Color Harmonies of #D8552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8552F

Black with #D8552F

Text Example


Text Example

White with #D8552F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8552F; }

 p { color: rgb(216,85,47); }

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

background-color css

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

 a { background-color: rgb(216,85,47); }

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

border-color css

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

 span { border-color: rgb(216,85,47); }

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