Html Css Color HEX #D7552B Chilean Fire

📋 copy color: '#D7552B'

red 215 ◦ green 85 ◦ blue 43

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

Shades of Chilean Fire #D7552B

Tints of Chilean Fire #D7552B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.54%

R = 62.68%
G = 24.78%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.8

 K value IS 0.16

RGB Variations

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

Color information

#D7552B (or 0xD7552B) is known color: Chilean Fire. HEX triplet: D7, 55 and 2B. RGB value is (215,85,43). Sum of RGB (Red+Green+Blue) = 215+85+43=343 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.68% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 43 (17.19% from 255 or 12.54% from 343); Max value from RGB is 215 - color contains mainly: red. Hex color #D7552B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7552B is #28AAD4. Grayscale: #777777. Windows color (decimal): -2665173 or 2840023. OLE color: 2840023.

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

Color convert

RGB 215 85 43 -
CMYK 0 0.60 0.8 0.16
HSL 14.65º 0.68% 0.51% -
HSV(B) 14.65º 0.8% 0.84% -
XYZ 31.71 21.12 4.69 -
YUV 119.08 85.07 196.42 -
System Red Green Blue C M Y K H S L
Decimal 215 85 43 0 0.60 0.8 0.16 14.65 0.68 0.51
Hex D7 55 2B 0 3C 50 10 F 44 33
Octal 327 125 53 0 74 120 20 17 104 63
Binary 11010111 1010101 101011 0 111100 1010000 10000 1111 1000100 110011

Color Harmonies of #D7552B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7552B

Black with #D7552B

Text Example


Text Example

White with #D7552B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7552B; }

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

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

background-color css

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

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

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

border-color css

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

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

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