Html Css Color HEX #D7552F Chilean Fire

📋 copy color: '#D7552F'

red 215 ◦ green 85 ◦ blue 47

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

Shades of Chilean Fire #D7552F

Tints of Chilean Fire #D7552F

RGB

 RED value IS 215 (84.38% from 255) = 61.96%

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

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

R = 61.96%
G = 24.5%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D7552F (or 0xD7552F) is known color: Chilean Fire. HEX triplet: D7, 55 and 2F. RGB value is (215,85,47). Sum of RGB (Red+Green+Blue) = 215+85+47=347 (45% of max value = 765). Red value is 215 (84.38% from 255 or 61.96% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 47 (18.75% from 255 or 13.54% from 347); Max value from RGB is 215 - color contains mainly: red. Hex color #D7552F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7552F is #28AAD0. Grayscale: #777777. Windows color (decimal): -2665169 or 3102167. OLE color: 3102167.

HSL color Cylindrical-coordinate representation of color #D7552F: hue angle of 13.57º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D7552F is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 85 47 -
CMYK 0 0.60 0.78 0.16
HSL 13.57º 0.68% 0.51% -
HSV(B) 13.57º 0.78% 0.84% -
XYZ 31.79 21.15 5.1 -
YUV 119.54 87.07 196.09 -
System Red Green Blue C M Y K H S L
Decimal 215 85 47 0 0.60 0.78 0.16 13.57 0.68 0.51
Hex D7 55 2F 0 3C 4E 10 E 44 33
Octal 327 125 57 0 74 116 20 16 104 63
Binary 11010111 1010101 101111 0 111100 1001110 10000 1110 1000100 110011

Color Harmonies of #D7552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7552F

Black with #D7552F

Text Example


Text Example

White with #D7552F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7552F; }

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

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

background-color css

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

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

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

border-color css

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

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

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